Searched refs:ext_ref (Results 1 – 8 of 8) sorted by relevance
277 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() argument465 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()
383 nrf_lpcomp_ext_ref_t ext_ref);566 nrf_lpcomp_ext_ref_t ext_ref) in nrf_lpcomp_ext_ref_set() argument569 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()
68 nrf_lpcomp_ext_ref_t ext_ref; ///< External analog reference selection. member88 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() argument196 nrf_lpcomp_ext_ref_set(p_reg, ext_ref); in nrfy_lpcomp_ext_ref_set()
74 nrf_comp_ext_ref_t ext_ref; ///< External analog reference selection. member97 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() argument217 nrf_comp_ext_ref_set(p_reg, ext_ref); in nrfy_comp_ext_ref_set()
60 .ext_ref = p_config->ext_ref, in comp_configure()
60 .ext_ref = p_config->ext_ref, in lpcomp_configure()
62 nrf_lpcomp_ext_ref_t ext_ref; ///< External analog reference selection. member
98 nrf_comp_ext_ref_t ext_ref; ///< External analog reference selection. member