Lines Matching full:driver
43 * @defgroup nrfx_nfct NFCT driver
46 * @brief Near Field Communication Tag (NFCT) peripheral driver.
78 * @brief NFCT driver event types, passed to the upper-layer callback function
103 * @brief NFCT driver parameter types.
122 * @brief NFCT driver parameter descriptor.
136 * @brief NFCT driver RX/TX buffer descriptor.
170 * @brief NFCT driver event.
184 * @brief Callback descriptor to pass events from the NFCT driver to the upper layer.
191 * @brief NFCT driver configuration structure.
200 * @brief Function for initializing the NFCT driver.
202 * @param[in] p_config Pointer to the NFCT driver configuration structure.
204 * @retval NRFX_SUCCESS If the NFCT driver was initialized successfully.
205 * @retval NRFX_ERROR_INVALID_STATE If the NFCT driver is already initialized.
210 * @brief Function for uninitializing the NFCT driver.
224 * @brief Function for disabling the NFCT driver.
240 * @brief Function for preparing the NFCT driver for receiving an NFC frame.
332 * @defgroup nrfx_nfct_fixes NFCT driver fixes and workarounds