Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h483 NRF_STATIC_INLINE void nrf_nfct_mod_ctrl_pin_set(NRF_NFCT_Type * p_reg, uint32_t mod_ctrl_pin);
1097 NRF_STATIC_INLINE void nrf_nfct_mod_ctrl_pin_set(NRF_NFCT_Type * p_reg, uint32_t mod_ctrl_pin) in nrf_nfct_mod_ctrl_pin_set() argument
1099 p_reg->MODULATIONPSEL = mod_ctrl_pin; in nrf_nfct_mod_ctrl_pin_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h358 NRFY_STATIC_INLINE void nrfy_nfct_mod_ctrl_pin_set(NRF_NFCT_Type * p_reg, uint32_t mod_ctrl_pin) in nrfy_nfct_mod_ctrl_pin_set() argument
360 nrf_nfct_mod_ctrl_pin_set(p_reg, mod_ctrl_pin); in nrfy_nfct_mod_ctrl_pin_set()