Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_comp.h93 nrf_isource_t isource; /**< Current source selected on analog input. */ member
115 .isource = (nrf_isource_t)NRFX_COMP_CONFIG_ISOURCE, \
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_comp.h256 __STATIC_INLINE void nrf_comp_isource_set(nrf_isource_t isource);
422 __STATIC_INLINE void nrf_comp_isource_set(nrf_isource_t isource) in nrf_comp_isource_set() argument
424 NRF_COMP->ISOURCE = (isource << COMP_ISOURCE_ISOURCE_Pos) & COMP_ISOURCE_ISOURCE_Msk; in nrf_comp_isource_set()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_comp.c124 nrf_comp_isource_set(p_config->isource); in nrfx_comp_init()