Searched defs:int (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/hello_world/src/ |
D | assert.cc | 19 void __assert_func(const char *, int, const char *, const char *) in __assert_func() argument
|
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/src/ |
D | assert.cc | 19 void __assert_func(const char *, int, const char *, const char *) in __assert_func() argument
|
/Zephyr-Core-2.7.6/lib/libc/armstdc/src/ |
D | libc-hooks.c | 19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-Core-2.7.6/lib/libc/arcmwdt/ |
D | libc-hooks.c | 25 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | stm32cubeprogrammer.py | 33 frequency: Optional[int],
|
D | core.py | 476 default: int = 0x0) -> int:
|
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdout/ |
D | stdout_console.c | 23 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|
/Zephyr-Core-2.7.6/lib/os/ |
D | printk.c | 65 void __printk_hook_install(int (*fn)(int)) in __printk_hook_install() argument
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1822 def to_num(data: bytes, length: Optional[int] = None, 1843 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> List[int]:
|
/Zephyr-Core-2.7.6/lib/libc/newlib/ |
D | libc-hooks.c | 150 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() argument
|