Lines Matching full:field
46 * @brief Near Field Communication Tag (NFCT) peripheral driver.
60 …DISABLED = NRF_NFCT_TASK_DISABLE, ///< NFC Tag is disabled (no sensing of an external NFC field).
61 …SENSING = NRF_NFCT_TASK_SENSE, ///< NFC Tag is sensing whether there is an external NFC field.
83 …NRFX_NFCT_EVT_FIELD_DETECTED = NRF_NFCT_INT_FIELDDETECTED_MASK, ///< External NFC field is detecte…
84 NRFX_NFCT_EVT_FIELD_LOST = NRF_NFCT_INT_FIELDLOST_MASK, ///< External NFC Field is lost.
108 NRFX_NFCT_PARAM_ID_SEL_RES, ///< Value of the 'Protocol' field in the NFC-A SEL_RES frame.
130 …uint8_t sel_res_protocol; ///< NFC-A value of the 'Protocol' field in the SEL_RES frame…
232 * @brief Function for checking whether the external NFC field is present in the range of the tag.
234 * @retval true If the NFC field is present.
235 * @retval false If no NFC field is present.
338 * - 79. NFCT: A false EVENTS_FIELDDETECTED event occurs after the field is lost.
340 …* To implement the first workaround, an instance of NRF_TIMER is used. After the NFC field is dete…
341 * the timing module periodically polls its state to determine when the field is turned off.
343 * after the field is turned off. Note that the NFCT register configuration is restored to defaults.
354 * To implement this workaround, an instance of NRF_TIMER is used. After the NFC field is detected,
356 * This debouncing technique is used to filter possible field instabilities.