Home
last modified time | relevance | path

Searched defs:input (Results 1 – 12 of 12) sorted by relevance

/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_lpcomp.h67 nrf_lpcomp_input_t input; ///< Input to be monitored. member
167 NRFY_STATIC_INLINE void nrfy_lpcomp_input_select(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_input_t input) in nrfy_lpcomp_input_select()
Dnrfy_comp.h82 nrf_comp_input_t input; ///< Input to be monitored. member
261 NRFY_STATIC_INLINE void nrfy_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrfy_comp_input_select()
Dnrfy_gpio.h71 nrf_gpio_pin_input_t input, in nrfy_gpio_cfg()
/hal_nordic-3.5.0/nrfx/drivers/include/
Dnrfx_lpcomp.h61 nrf_lpcomp_input_t input; ///< Input to be monitored. member
Dnrfx_comp.h98 nrf_comp_input_t input; ///< Input to be monitored. member
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_gpio.h853 nrf_gpio_pin_input_t input, in nrf_gpio_cfg()
959 nrf_gpio_pin_input_t input = NRF_GPIO_PIN_INPUT_CONNECT; in nrf_gpio_cfg_watcher() local
967 nrf_gpio_pin_input_t input = NRF_GPIO_PIN_INPUT_DISCONNECT; in nrf_gpio_input_disconnect() local
Dnrf_adc.h127 nrf_adc_config_input_t input; /**< ADC input selection. */ member
Dnrf_lpcomp.h354 NRF_STATIC_INLINE void nrf_lpcomp_input_select(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_input_t input) in nrf_lpcomp_input_select()
Dnrf_comp.h494 NRF_STATIC_INLINE void nrf_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrf_comp_input_select()
/hal_nordic-3.5.0/nrfx/drivers/src/
Dnrfx_gpiote.c1034 static bool input_read_and_check(uint32_t * input, uint32_t * pins_to_check) in input_read_and_check()
1065 uint32_t input[GPIO_COUNT] = {0}; in port_event_handle() local
Dnrfx_saadc.c237 nrfy_saadc_channel_input_t input = {.input_p = NRF_SAADC_INPUT_DISABLED, in saadc_generic_mode_set() local
Dnrfx_spim.c219 nrf_gpio_pin_input_t input; in pin_init() local