Searched defs:func (Results 1 – 7 of 7) sorted by relevance
| /external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
| A D | code.h | 131 #define bi_1pin_with_func(p0, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 132 #define bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 133 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 134 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 135 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 136 #define bi_pin_range_with_func(plo, phi, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_R… argument
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | iocon_15xx.h | 109 …void Chip_IOCON_PinMux(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint16_t mode, uint8_t func) in Chip_IOCON_PinMux()
|
| /external/platform/pico/rp2_common/pico_bootrom/include/pico/ |
| A D | bootrom.h | 163 rom_reset_usb_boot_fn func = (rom_reset_usb_boot_fn) rom_func_lookup(ROM_FUNC_RESET_USB_BOOT); in reset_usb_boot() local
|
| /external/platform/pico/rp2_common/pico_runtime/ |
| A D | runtime.c | 266 void __assert_func(const char *file, int line, const char *func, const char *failedexpr) { in __assert_func()
|
| /external/lib/lwip/ |
| A D | sys_arch.c | 18 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn func, void *arg, int stacksize, int pr… in sys_thread_new()
|
| /external/platform/pico/rp2_common/pico_async_context/ |
| A D | async_context_freertos.c | 182 uint32_t (*func)(void *param); member
|
| A D | async_context_threadsafe_background.c | 93 uint32_t (*func)(void *param); member
|
Completed in 10 milliseconds