ChibiOS/HAL
7.0.3
|
PLATFORM WSPI subsystem low level driver source. More...
#include "hal.h"
Go to the source code of this file.
Functions | |
void | wspi_lld_init (void) |
Low level WSPI driver initialization. More... | |
void | wspi_lld_start (WSPIDriver *wspip) |
Configures and activates the WSPI peripheral. More... | |
void | wspi_lld_stop (WSPIDriver *wspip) |
Deactivates the WSPI peripheral. More... | |
void | wspi_lld_command (WSPIDriver *wspip, const wspi_command_t *cmdp) |
Sends a command without data phase. More... | |
void | wspi_lld_send (WSPIDriver *wspip, const wspi_command_t *cmdp, size_t n, const uint8_t *txbuf) |
Sends a command with data over the WSPI bus. More... | |
void | wspi_lld_receive (WSPIDriver *wspip, const wspi_command_t *cmdp, size_t n, uint8_t *rxbuf) |
Sends a command then receives data over the WSPI bus. More... | |
void | wspi_lld_map_flash (WSPIDriver *wspip, const wspi_command_t *cmdp, uint8_t **addrp) |
Maps in memory space a WSPI flash device. More... | |
void | wspi_lld_unmap_flash (WSPIDriver *wspip) |
Unmaps from memory space a WSPI flash device. More... | |
Variables | |
WSPIDriver | WSPID1 |
WSPID1 driver identifier. More... | |
PLATFORM WSPI subsystem low level driver source.
Definition in file hal_wspi_lld.c.