/lk-master/external/platform/nrfx/hal/ |
A D | nrf_gpiote.h | 496 NRF_STATIC_INLINE void nrf_gpiote_event_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_event_enable() 501 NRF_STATIC_INLINE void nrf_gpiote_event_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_event_disable() 507 uint32_t idx, in nrf_gpiote_event_configure() 516 NRF_STATIC_INLINE uint32_t nrf_gpiote_event_pin_get(NRF_GPIOTE_Type const * p_reg, uint32_t idx) in nrf_gpiote_event_pin_get() 522 uint32_t idx) in nrf_gpiote_event_polarity_get() 528 NRF_STATIC_INLINE void nrf_gpiote_task_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_task_enable() 546 NRF_STATIC_INLINE void nrf_gpiote_task_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_task_disable() 552 uint32_t idx, in nrf_gpiote_task_configure() 567 uint32_t idx, in nrf_gpiote_task_force() 574 NRF_STATIC_INLINE void nrf_gpiote_te_default(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrf_gpiote_te_default() [all …]
|
/lk-master/external/platform/pico/rp2_common/pico_printf/ |
A D | printf.c | 137 static inline void _out_buffer(char character, void *buffer, size_t idx, size_t maxlen) { in _out_buffer() 144 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() 152 static inline void _out_char(char character, void *buffer, size_t idx, size_t maxlen) { in _out_char() 163 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() 200 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() 228 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() 279 static size_t _ntoa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() 305 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() 342 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() 467 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() [all …]
|
/lk-master/external/lib/lwip/core/ |
A D | dhcp.c | 140 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0) argument 141 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1) argument 142 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0) argument 144 #define dhcp_get_option_value(dhcp, idx) (dhcp_rx_options_val[idx]) argument 145 #define dhcp_set_option_value(dhcp, idx, val) (dhcp_rx_options_val[idx] = (val)) argument
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | mpu_armv8.h | 188 __STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type* mpu, uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttrEx() 205 __STATIC_INLINE void ARM_MPU_SetMemAttr(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr() 215 __STATIC_INLINE void ARM_MPU_SetMemAttr_NS(uint8_t idx, uint8_t attr) in ARM_MPU_SetMemAttr_NS()
|
/lk-master/external/lib/lwip/api/ |
A D | netdb.c | 119 u8_t idx; in lwip_gethostbyname() local 129 u8_t idx; in lwip_gethostbyname() local
|
/lk-master/dev/virtio/include/dev/virtio/ |
A D | virtio_ring.h | 77 uint16_t idx; member 91 uint16_t idx; member
|
/lk-master/target/dartuinoP0/display/ |
A D | memory_lcd_mono.c | 22 uint8_t lcd_get_line(struct display_image *image, uint8_t idx, uint8_t *result) { in lcd_get_line()
|
A D | LS013B7DH06.c | 16 uint8_t lcd_get_line(struct display_image *image, uint8_t idx, uint8_t *result) { in lcd_get_line()
|
/lk-master/external/lib/fdt/ |
A D | fdt_wip.c | 15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial()
|
A D | fdt_ro.c | 749 int length, len, idx = 0; in fdt_stringlist_search() local 777 const char *property, int idx, in fdt_stringlist_get()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/ |
A D | board.c | 117 int idx; in Board_LED_Init() local
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/ |
A D | dma_uart.c | 327 int bytes, idx; in main() local
|
/lk-master/target/lpcexpresso1549/ |
A D | init.c | 139 int idx; in Board_LED_Init() local
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_tsc.c | 793 uint32_t idx; in TSC_extract_groups() local
|
/lk-master/arch/arm64/ |
A D | start.S | 15 idx .req x11 label
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/ |
A D | dma_rom_uart.c | 329 int bytes = 0, idx; in main() local
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_adc.c | 50 uint16_t idx; member
|
/lk-master/lib/console/ |
A D | console.c | 212 int idx = 0; in cmd_repeat() local
|
/lk-master/platform/cc13xx/include/platform/ |
A D | ti-rf.h | 301 int32_t idx; member
|
/lk-master/external/lib/heap/dlmalloc/ |
A D | dlmalloc.c | 3359 bindex_t idx; in do_check_tree() local 4491 bindex_t idx; in tmalloc_large() local 4629 bindex_t idx; in dlmalloc() local 5563 bindex_t idx; in mspace_malloc() local
|