Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 20 of 20) sorted by relevance

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpiote.h496 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 Dprintf.c137 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 Ddhcp.c140 #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 Dmpu_armv8.h188 __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 Dnetdb.c119 u8_t idx; in lwip_gethostbyname() local
129 u8_t idx; in lwip_gethostbyname() local
/lk-master/dev/virtio/include/dev/virtio/
A Dvirtio_ring.h77 uint16_t idx; member
91 uint16_t idx; member
/lk-master/target/dartuinoP0/display/
A Dmemory_lcd_mono.c22 uint8_t lcd_get_line(struct display_image *image, uint8_t idx, uint8_t *result) { in lcd_get_line()
A DLS013B7DH06.c16 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 Dfdt_wip.c15 uint32_t idx, const void *val, in fdt_setprop_inplace_namelen_partial()
A Dfdt_ro.c749 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 Dboard.c117 int idx; in Board_LED_Init() local
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c327 int bytes, idx; in main() local
/lk-master/target/lpcexpresso1549/
A Dinit.c139 int idx; in Board_LED_Init() local
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_tsc.c793 uint32_t idx; in TSC_extract_groups() local
/lk-master/arch/arm64/
A Dstart.S15 idx .req x11 label
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c329 int bytes = 0, idx; in main() local
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c50 uint16_t idx; member
/lk-master/lib/console/
A Dconsole.c212 int idx = 0; in cmd_repeat() local
/lk-master/platform/cc13xx/include/platform/
A Dti-rf.h301 int32_t idx; member
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c3359 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

Completed in 43 milliseconds