Lines Matching full:driver
44 * @defgroup nrfx_spis SPI slave driver
47 * @brief SPI Slave peripheral driver.
50 /** @brief SPI slave driver instance data structure. */
54 uint8_t drv_inst_idx; //!< Driver instance index.
73 /** @brief Macro for creating an SPI slave driver instance. */
92 /** @brief SPI slave driver event types. */
100 /** @brief SPI slave driver event structure. */
146 * @brief SPI slave driver event handler type.
157 * @brief Function for initializing the SPI slave driver instance.
160 * initializes the GPIOTE driver as well, and uses one of GPIOTE channels
163 * @param[in] p_instance Pointer to the driver instance structure.
165 * @param[in] event_handler Function to be called by the SPI slave driver upon event.
186 * @brief Function for uninitializing the SPI slave driver instance.
188 * @param[in] p_instance Pointer to the driver instance structure.
206 * the SPI slave driver should be prepared for a possible new SPI transaction.
212 * @param[in] p_instance Pointer to the driver instance structure.