Function report |
Source Code:scripts\dtc\libfdt\libfdt.h |
Create Date:2022-07-28 06:18:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_set_totalsize
Proto:static inline void fdt_set_totalsize(void *fdt, uint32_t val)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | fdt | |
uint32_t | val |
254 | al size of DT block = If __builtin_constant_p((__u32)((val))) Then (val & 0x000000ffUL) << 24 | (val & 0x0000ff00UL) << 8 | (val & 0x00ff0000UL) >> 8 | (val & 0xff000000UL) >> 24 Else __fswab32((val)) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |