Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_nfct.c148 uint32_t frame_delay_min; member
445 m_nfct_cb.frame_delay_min = NFCT_FRAMEDELAYMIN_DEFAULT; in nrfx_nfct_init()
675 if (delay_max < m_nfct_cb.frame_delay_min) in nrfx_nfct_parameter_set()
696 m_nfct_cb.frame_delay_min = delay_min; in nrfx_nfct_parameter_set()
697 nrf_nfct_frame_delay_min_set(NRF_NFCT, m_nfct_cb.frame_delay_min); in nrfx_nfct_parameter_set()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_nfct.h546 uint16_t frame_delay_min);
1049 NRF_STATIC_INLINE void nrf_nfct_frame_delay_min_set(NRF_NFCT_Type * p_reg, uint16_t frame_delay_min) in nrf_nfct_frame_delay_min_set() argument
1052 ((uint32_t)frame_delay_min << NFCT_FRAMEDELAYMIN_FRAMEDELAYMIN_Pos) & in nrf_nfct_frame_delay_min_set()