Modules | |
| Initialization and de-initialization functions | |
| Initialization and de-initialization functions. | |
| IO operation functions | |
| Data transfer functions. | |
| Peripheral State and Errors functions | |
| SPI control functions. | |
| IRQ Handler and Callbacks | |
| IRQ Handler and Callbacks functions. | |
Functions | |
| void | hal_spi_v2_set_rx_delay (spi_handle_t *p_spi, uint32_t rx_delay) |
| set receive sample delay More... | |
| void hal_spi_v2_set_rx_delay | ( | spi_handle_t * | p_spi, |
| uint32_t | rx_delay | ||
| ) |
set receive sample delay
| [in] | p_spi | Pointer to an SPI handle which contains the configuration information for the specified SPI module. |
| [in] | rx_delay | 0 ~ 7. |
| HAL_OK | Operation is OK. |
| HAL_ERROR | Parameter error or operation not supported. |
| HAL_BUSY | Driver is busy. |
| HAL_TIMEOUT | Timeout occurred. |