Searched defs:input (Results 1 – 17 of 17) sorted by relevance
/lk-master/lib/tga/ |
A D | tga.c | 55 static void decode_2byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_2byte() 68 static void decode_3byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_3byte() 76 static void decode_4byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_4byte()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | inmux_15xx.h | 99 STATIC INLINE void Chip_INMUX_SelectSCT0Src(uint8_t input, SCT0_INMUX_T src) in Chip_INMUX_SelectSCT0Src() 137 STATIC INLINE void Chip_INMUX_SelectSCT1Src(uint8_t input, SCT1_INMUX_T src) in Chip_INMUX_SelectSCT1Src() 173 STATIC INLINE void Chip_INMUX_SelectSCT2Src(uint8_t input, SCT2_INMUX_T src) in Chip_INMUX_SelectSCT2Src() 209 STATIC INLINE void Chip_INMUX_SelectSCT3Src(uint8_t input, SCT3_INMUX_T src) in Chip_INMUX_SelectSCT3Src()
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_lpcomp.h | 59 nrf_lpcomp_input_t input; /**< Input to be monitored. */ member
|
A D | nrfx_comp.h | 96 nrf_comp_input_t input; /**< Input to be monitored. */ member
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_gpiote.c | 737 static bool input_read_and_check(uint32_t * input, uint32_t * pins_to_check) in input_read_and_check() 765 static void port_event_handle(uint32_t * input) in port_event_handle() 825 uint32_t input[GPIO_COUNT] = {0}; in nrfx_gpiote_irq_handler() local
|
/lk-master/external/lib/lwip/api/ |
A D | netifapi.c | 104 netif_input_fn input) in netifapi_netif_add()
|
/lk-master/external/platform/pico/rp2_common/hardware_adc/include/hardware/ |
A D | adc.h | 86 static inline void adc_select_input(uint input) { in adc_select_input()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | netifapi.h | 60 netif_input_fn input; member
|
A D | netif.h | 147 netif_input_fn input; member
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | aux_adc.h | 381 AUXADCSelectInput(uint32_t input) in AUXADCSelectInput()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | chpms.c | 227 Get7Bits( u_char *input, int startBit) in Get7Bits()
|
A D | ppp_impl.h | 243 void (*input) (int unit, u_char *pkt, int len); member
|
/lk-master/external/lib/lwip/core/ |
A D | netif.c | 140 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) in netif_add()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_adc.h | 125 nrf_adc_config_input_t input; /**< ADC input selection. */ member
|
A D | nrf_lpcomp.h | 334 NRF_STATIC_INLINE void nrf_lpcomp_input_select(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_input_t input) in nrf_lpcomp_input_select()
|
A D | nrf_comp.h | 428 NRF_STATIC_INLINE void nrf_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrf_comp_input_select()
|
A D | nrf_gpio.h | 578 nrf_gpio_pin_input_t input, in nrf_gpio_cfg()
|
Completed in 32 milliseconds