Searched refs:short_mask (Results 1 – 2 of 2) sorted by relevance
334 NRF_STATIC_INLINE void nrf_nfct_shorts_enable(NRF_NFCT_Type * p_reg, uint32_t short_mask);342 NRF_STATIC_INLINE void nrf_nfct_shorts_disable(NRF_NFCT_Type * p_reg, uint32_t short_mask);359 NRF_STATIC_INLINE void nrf_nfct_shorts_set(NRF_NFCT_Type * p_reg, uint32_t short_mask);911 NRF_STATIC_INLINE void nrf_nfct_shorts_enable(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrf_nfct_shorts_enable() argument913 p_reg->SHORTS |= short_mask; in nrf_nfct_shorts_enable()916 NRF_STATIC_INLINE void nrf_nfct_shorts_disable(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrf_nfct_shorts_disable() argument918 p_reg->SHORTS &= ~short_mask; in nrf_nfct_shorts_disable()926 NRF_STATIC_INLINE void nrf_nfct_shorts_set(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrf_nfct_shorts_set() argument928 p_reg->SHORTS = short_mask; in nrf_nfct_shorts_set()
391 NRF_STATIC_INLINE void nrf_lpcomp_shorts_enable(NRF_LPCOMP_Type * p_reg, uint32_t short_mask) in nrf_lpcomp_shorts_enable() argument393 p_reg->SHORTS |= short_mask; in nrf_lpcomp_shorts_enable()396 NRF_STATIC_INLINE void nrf_lpcomp_shorts_disable(NRF_LPCOMP_Type * p_reg, uint32_t short_mask) in nrf_lpcomp_shorts_disable() argument398 p_reg->SHORTS &= ~short_mask; in nrf_lpcomp_shorts_disable()
Completed in 6 milliseconds