MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dtb_node_put

Function dtb_node_put

components/legacy/fdt/inc/dtb_node.h:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303
304#define dtb_node_get(x) (x)
305static inline void dtb_node_put(const struct dtb_node *np)
306{
307}
308
309/* Helper to read a big number; size is in cells (not bytes) */
310static inline uint64_t dtb_node_read_number(const uint32_t *cell, int size)

Calls

no outgoing calls

Tested by

no test coverage detected