Home
last modified time | relevance | path

Searched refs:nrf_nfct_frame_delay_mode_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nfct.h259 nrf_nfct_frame_delay_mode_t delay_mode);
275 nrf_nfct_frame_delay_mode_t delay_mode);
/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h254 } nrf_nfct_frame_delay_mode_t; typedef
658 nrf_nfct_frame_delay_mode_t nrf_nfct_frame_delay_mode_get(NRF_NFCT_Type const * p_reg);
667 nrf_nfct_frame_delay_mode_t frame_delay_mode);
1192 nrf_nfct_frame_delay_mode_t nrf_nfct_frame_delay_mode_get(NRF_NFCT_Type const * p_reg) in nrf_nfct_frame_delay_mode_get()
1194 return (nrf_nfct_frame_delay_mode_t)(p_reg->FRAMEDELAYMODE & in nrf_nfct_frame_delay_mode_get()
1199 nrf_nfct_frame_delay_mode_t frame_delay_mode) in nrf_nfct_frame_delay_mode_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c600 nrf_nfct_frame_delay_mode_t delay_mode) in nrfx_nfct_tx()
652 nrfy_nfct_frame_delay_mode_set(NRF_NFCT, (nrf_nfct_frame_delay_mode_t) delay_mode); in nrfx_nfct_tx()
670 nrf_nfct_frame_delay_mode_t delay_mode) in nrfx_nfct_bits_tx()
729 nrfy_nfct_frame_delay_mode_set(NRF_NFCT, (nrf_nfct_frame_delay_mode_t)delay_mode); in nrfx_nfct_bits_tx()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h494 nrf_nfct_frame_delay_mode_t nrfy_nfct_frame_delay_mode_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_frame_delay_mode_get()
497 nrf_nfct_frame_delay_mode_t frame_delay_mode = nrf_nfct_frame_delay_mode_get(p_reg); in nrfy_nfct_frame_delay_mode_get()
504 nrf_nfct_frame_delay_mode_t frame_delay_mode) in nrfy_nfct_frame_delay_mode_set()