Searched defs:func (Results 1 – 11 of 11) sorted by relevance
/lk-master/dev/bus/pci/ |
A D | type1.cpp | 30 static uint16_t type1_read_byte(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_byte() 43 static uint16_t type1_read_half(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_half() 57 static uint32_t type1_read_word(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset) { in type1_read_word()
|
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
A D | code.h | 124 #define bi_1pin_with_func(p0, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 125 #define bi_2pins_with_func(p0, p1, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 126 #define bi_3pins_with_func(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 127 #define bi_4pins_with_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 128 #define bi_5pins_with_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_M… argument 129 #define bi_pin_range_with_func(plo, phi, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_R… argument
|
/lk-master/lib/console/include/lib/console/ |
A D | cmd.h | 53 #define STATIC_COMMAND(command_str, help_str, func) \ argument 56 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) \ argument
|
/lk-master/external/platform/pico/rp2_common/pico_bootrom/include/pico/ |
A D | bootrom.h | 81 reset_usb_boot_fn func = (reset_usb_boot_fn) rom_func_lookup(rom_table_code('U', 'B')); in reset_usb_boot() local
|
/lk-master/top/ |
A D | main.c | 49 void (*func)(void); in call_constructors() local
|
/lk-master/external/platform/pico/rp2_common/pico_runtime/ |
A D | runtime.c | 204 void __assert_func(const char *file, int line, const char *func, const char *failedexpr) { in __assert_func()
|
/lk-master/app/mdebug/ |
A D | rswd.c | 73 void (*func)(void) = 0; in process_txn() local
|
/lk-master/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()
|
/lk-master/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()
|
/lk-master/app/lkboot/ |
A D | commands.c | 71 void *func; member
|
/lk-master/lib/fs/spifs/test/ |
A D | spifstest.c | 29 test_func func; member
|
Completed in 13 milliseconds