Lines Matching full:delay

127 …_MASK = NFCT_ERRORSTATUS_FRAMEDELAYTIMEOUT_Msk, /**< Timeout of the Frame Delay Timer (no frame tr…
156 …RAME_DELAY = NFCT_NFCTAGSTATE_NFCTAGSTATE_FrameDelay, /**< Counting Frame Delay Time since the las…
185 * @brief NFC frame delay mode for data transmission.
189 … /**< Frame transmission starts when @ref NRF_NFCT_TASK_STARTTX is set (delay timer is not used)…
191 …LAYMODE_FRAMEDELAYMODE_ExactVal, /**< Frame transmission starts when the delay timer reaches FRAM…
418 * @retval NRF_NFCT_TAG_STATE_FRAME_DELAY Frame Delay Timer of the NFC tag is counting ticks
445 * @brief Function for getting the minimum Frame Delay Time value.
447 * @details This is the minimum value for Frame Delay Timer. It controls the shortest time between
451 * @return The minimum Frame Delay Time value in 13.56-MHz clock ticks.
456 * @brief Function for setting the minimum Frame Delay Time value.
458 * @details This is the minimum value for Frame Delay Timer. It controls the shortest time between
461 * @param[in] frame_delay_min Minimum Frame Delay Time value in 13.56-MHz clock ticks.
466 * @brief Function for getting the maximum Frame Delay Time value.
468 * @details This is the maximum value for Frame Delay Timer. It controls the longest time between
470 * If no transmission starts before the Frame Delay Timer timeout,
473 * @return The maximum Frame Delay Time value in 13.56-MHz clock ticks.
478 * @brief Function for setting the maximum Frame Delay Time value.
480 * @details This is the maximum value for Frame Delay Timer. It controls the longest time between
482 * If no transmission starts before the Frame Delay Timer timeout,
485 * @param[in] frame_delay_max Maximum Frame Delay Time value in 13.56-MHz clock ticks.
490 * @brief Function for getting the Frame Delay Mode configuration.
492 * @return The configured Frame Delay Mode.
497 * @brief Function for setting the NFC Frame Delay Mode configuration.
499 * @param[in] frame_delay_mode Frame Delay Mode configuration.