Home
last modified time | relevance | path

Searched refs:nrf_comp_input_t (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_comp.h95 nrf_comp_input_t input; /**< Input to be monitored. */
116 .input = (nrf_comp_input_t)_input, \
127 .input = (nrf_comp_input_t)_input, \
168 void nrfx_comp_pin_select(nrf_comp_input_t psel);
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_comp.h67 }nrf_comp_input_t; typedef
265 __STATIC_INLINE void nrf_comp_input_select(nrf_comp_input_t input);
428 __STATIC_INLINE void nrf_comp_input_select(nrf_comp_input_t input) in nrf_comp_input_select()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_comp.c159 void nrfx_comp_pin_select(nrf_comp_input_t psel) in nrfx_comp_pin_select()