Lines Matching full:field

46  * @brief Hardware access layer (HAL) for the Near Field Communication Tag (NFCT) peripheral.
59 … = offsetof(NRF_NFCT_Type, TASKS_SENSE), /**< Enable the NFC sense field mode, change state…
72 …CTED = offsetof(NRF_NFCT_Type, EVENTS_FIELDDETECTED), /**< Remote NFC field is detected. */
73 …LOST = offsetof(NRF_NFCT_Type, EVENTS_FIELDLOST), /**< Remote NFC field is lost. */
129 …NRF_NFCT_ERROR_NFCFIELDTOOSTRONG_MASK = NFCT_ERRORSTATUS_NFCFIELDTOOSTRONG_Msk, /**< Field level i…
132 …NRF_NFCT_ERROR_NFCFIELDTOOWEAK_MASK = NFCT_ERRORSTATUS_NFCFIELDTOOWEAK_Msk, /**< Field level i…
152 …STATE_DISABLED = NFCT_NFCTAGSTATE_NFCTAGSTATE_Disabled, /**< Disabled or sensing NFC field. */
176 * @brief NFC field state bit masks.
180 …NRF_NFCT_FIELD_STATE_PRESENT_MASK = NFCT_FIELDPRESENT_FIELDPRESENT_Msk, /**< Field presence mask. …
181 NRF_NFCT_FIELD_STATE_LOCK_MASK = NFCT_FIELDPRESENT_LOCKDETECT_Msk /**< Field lock mask. */
217 …* @brief 'NFCI1 size' NFC field configuration for the SENS_RES frame according to the NFC Forum Di…
232 …* @brief 'Bit frame SDD' NFC field configuration for the SENS_RES frame according to the NFC Forum…
251 …* @brief 'Platofrm Config' NFC field configuration for the SENS_RES frame according to the NFC For…
255 /**< SENS_RES 'Platform Config' field (b4-b1) value for Type 1 Tag platform. */
257 …/**< SENS_RES 'Platform Config' field (b7-b6) value for any platform except Type 1 Tag platform. */
266 … NRF_NFCT_SELRES_CASCADE_MASK = NFCT_SELRES_CASCADE_Msk, /**< SEL_RES Cascade field bit mask. */
267 … NRF_NFCT_SELRES_PROTOCOL_MASK = NFCT_SELRES_PROTOCOL_Msk /**< SEL_RES Protocol field bit mask. */
271 …* @brief Protocol NFC field (bits b7 and b6) configuration for the SEL_RES frame according to the …
438 * @brief Function for getting the status of the external NFC field detection.
440 …* @return The NFC field detection status. Status bits can be checked by using @ref nrf_nfct_field_…
608 …* @note This function also configures the NFCIDSIZE field in the SENSRES register of the NRF_NFCT …
655 * @brief Function for setting the NFCID1 (tag identifier) size.field in the SENS_RES frame
667 * @brief Function for getting the Bit Frame SDD field from the SENS_RES frame configuration.
671 * @return The Bit Frame SDD field configuration.
676 * @brief Function for setting the Bit Frame SDD field in the SENS_RES frame configuration.
680 * @param[in] bit_frame_sdd The Bit Frame SDD field configuration.
685 * @brief Function for getting the Platform Config field from the SENS_RES frame configuration.
689 * @return The Platform Config field configuration.
694 * @brief Function for setting the Platform Config field in the SENS_RES frame configuration.
698 * @param[in] platform_config The Platform Config field configuration.
715 * @brief Function for getting the Protocol field in the SEL_RES frame.
719 * @return Value of the Protocol field in the SEL_RES frame.
724 * @brief Function for setting the Protocol field in the SEL_RES frame configuration.
728 * @param[in] sel_res_protocol Value of the Protocol field in the SEL_RES frame.