Lines Matching full:slave
44 * @defgroup nrfx_spis SPI slave driver
47 * @brief SPI Slave peripheral driver.
50 /** @brief SPI slave driver instance data structure. */
73 /** @brief Macro for creating an SPI slave driver instance. */
92 /** @brief SPI slave driver event types. */
95 …ry buffer set event. Memory buffers have been set successfully to the SPI slave device, and SPI tr…
100 /** @brief SPI slave driver event structure. */
108 /** @brief SPI slave instance default configuration. */
146 * @brief SPI slave driver event handler type.
157 * @brief Function for initializing the SPI slave driver instance.
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.
193 * @brief Function for preparing the SPI slave instance for a single SPI transaction.
195 …* This function prepares the SPI slave device to be ready for a single SPI transaction. It configu…
196 * the SPI slave device to use the memory supplied with the function call in SPI transactions.
201 * this function, because it is called from the SPI slave interrupt context.
206 * the SPI slave driver should be prepared for a possible new SPI transaction.
219 …* @retval NRFX_ERROR_INVALID_STATE If the operation failed because the SPI slave device is in an …