Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_comp.h106 nrf_comp_input_t input; ///< Input to be monitored.
139 .input = (nrf_comp_input_t)_input, \
199 void nrfx_comp_pin_select(nrf_comp_input_t psel);
/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h66 typedef uint32_t nrf_comp_input_t; typedef
92 } nrf_comp_input_t;
329 NRF_STATIC_INLINE void nrf_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input);
505 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-latest/nrfx/haly/
Dnrfy_comp.h82 nrf_comp_input_t input; ///< Input to be monitored.
261 NRFY_STATIC_INLINE void nrfy_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrfy_comp_input_select()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c210 void nrfx_comp_pin_select(nrf_comp_input_t psel) in nrfx_comp_pin_select()