Lines Matching full:for
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45 * @brief Hardware access layer for managing the SPIM peripheral.
49 * @brief This value can be used as a parameter for the @ref nrf_spim_pins_set
179 * @brief Function for activating a specific SPIM task.
188 * @brief Function for getting the address of a specific SPIM task register.
199 * @brief Function for clearing a specific SPIM event.
208 * @brief Function for checking the state of a specific SPIM event.
220 * @brief Function for getting the address of a specific SPIM event register.
230 * @brief Function for enabling specified shortcuts.
239 * @brief Function for disabling specified shortcuts.
248 * @brief Function for getting shorts setting.
255 * @brief Function for enabling specified interrupts.
264 * @brief Function for disabling specified interrupts.
273 * @brief Function for retrieving the state of a given interrupt.
286 * @brief Function for setting the subscribe configuration for a given
290 * @param[in] task Task for which to set the configuration.
298 * @brief Function for clearing the subscribe configuration for a given
302 * @param[in] task Task for which to clear the configuration.
308 * @brief Function for setting the publish configuration for a given
312 * @param[in] event Event for which to set the configuration.
320 * @brief Function for clearing the publish configuration for a given
324 * @param[in] event Event for which to clear the configuration.
331 * @brief Function for enabling the SPIM peripheral.
338 * @brief Function for disabling the SPIM peripheral.
345 * @brief Function for configuring SPIM pins.
362 * @brief Function for configuring the SPIM hardware CSN pin.
382 * @brief Function for configuring the SPIM DCX pin.
394 * @brief Function for configuring the number of command bytes.
396 * Maximum value available for dividing the transmitted bytes into command
410 * @brief Function for configuring the extended SPIM interface.
412 * @param rxdelay Sample delay for input serial data on MISO,
421 * @brief Function for clearing stall status for RX EasyDMA RAM accesses.
428 * @brief Function for getting stall status for RX EasyDMA RAM accesses.
439 * @brief Function for clearing stall status for TX EasyDMA RAM accesses.
446 * @brief Function for getting stall status for TX EasyDMA RAM accesses.
456 * @brief Function for setting the SPI master data rate.
465 * @brief Function for setting the transmit buffer.
476 * @brief Function for setting the receive buffer.
479 * @param[in] p_buffer Pointer to the buffer for received data.
487 * @brief Function for setting the SPI configuration.
498 * @brief Function for setting the over-read character.
508 * @brief Function for enabling the TX list feature.
515 * @brief Function for disabling the TX list feature.
522 * @brief Function for enabling the RX list feature.
529 * @brief Function for disabling the RX list feature.