Home
last modified time | relevance | path

Searched refs:short_mask (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/hal/
A Dnrf_nfct.h334 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() argument
913 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() argument
918 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() argument
928 p_reg->SHORTS = short_mask; in nrf_nfct_shorts_set()
A Dnrf_lpcomp.h391 NRF_STATIC_INLINE void nrf_lpcomp_shorts_enable(NRF_LPCOMP_Type * p_reg, uint32_t short_mask) in nrf_lpcomp_shorts_enable() argument
393 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() argument
398 p_reg->SHORTS &= ~short_mask; in nrf_lpcomp_shorts_disable()

Completed in 6 milliseconds