Home
last modified time | relevance | path

Searched refs:ext_ref (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_comp.h277 NRF_STATIC_INLINE void nrf_comp_ext_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ext_ref_t ext_ref);
462 NRF_STATIC_INLINE void nrf_comp_ext_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ext_ref_t ext_ref) in nrf_comp_ext_ref_set() argument
465 p_reg->EXTREFSEL = (NRF_PIN_NUMBER_TO_PORT(ext_ref) << COMP_EXTREFSEL_PORT_Pos) | in nrf_comp_ext_ref_set()
466 (NRF_PIN_NUMBER_TO_PIN(ext_ref) << COMP_EXTREFSEL_PIN_Pos) | in nrf_comp_ext_ref_set()
469 p_reg->EXTREFSEL = ((uint32_t)ext_ref << COMP_EXTREFSEL_EXTREFSEL_Pos) | in nrf_comp_ext_ref_set()
Dnrf_lpcomp.h383 nrf_lpcomp_ext_ref_t ext_ref);
566 nrf_lpcomp_ext_ref_t ext_ref) in nrf_lpcomp_ext_ref_set() argument
569 p_reg->EXTREFSEL = ((NRF_PIN_NUMBER_TO_PIN(ext_ref) << LPCOMP_EXTREFSEL_PIN_Pos) & in nrf_lpcomp_ext_ref_set()
571 | ((NRF_PIN_NUMBER_TO_PORT(ext_ref) << LPCOMP_EXTREFSEL_PORT_Pos) & in nrf_lpcomp_ext_ref_set()
574 p_reg->EXTREFSEL = (ext_ref << LPCOMP_EXTREFSEL_EXTREFSEL_Pos) & in nrf_lpcomp_ext_ref_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_lpcomp.h68 nrf_lpcomp_ext_ref_t ext_ref; ///< External analog reference selection. member
88 nrf_lpcomp_ext_ref_set(p_reg, p_config->ext_ref); in nrfy_lpcomp_periph_configure()
194 nrf_lpcomp_ext_ref_t ext_ref) in nrfy_lpcomp_ext_ref_set() argument
196 nrf_lpcomp_ext_ref_set(p_reg, ext_ref); in nrfy_lpcomp_ext_ref_set()
Dnrfy_comp.h74 nrf_comp_ext_ref_t ext_ref; ///< External analog reference selection. member
97 nrf_comp_ext_ref_set(p_reg, p_config->ext_ref); in nrfy_comp_periph_configure()
215 NRFY_STATIC_INLINE void nrfy_comp_ext_ref_set(NRF_COMP_Type * p_reg, nrf_comp_ext_ref_t ext_ref) in nrfy_comp_ext_ref_set() argument
217 nrf_comp_ext_ref_set(p_reg, ext_ref); in nrfy_comp_ext_ref_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_comp.c60 .ext_ref = p_config->ext_ref, in comp_configure()
Dnrfx_lpcomp.c60 .ext_ref = p_config->ext_ref, in lpcomp_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_lpcomp.h62 nrf_lpcomp_ext_ref_t ext_ref; ///< External analog reference selection. member
Dnrfx_comp.h98 nrf_comp_ext_ref_t ext_ref; ///< External analog reference selection. member