qspi_sync_serial_run_command

Execute command in Serial Memory Mode.

int32_t qspi_sync_serial_run_command(
    struct qspi_sync_descriptor * qspi,
    const struct _qspi_command * cmd
)

Parameters

qspi

Type: struct qspi_sync_descriptor Struct *

Pointer to the HAL QSPI instance

cmd

Type: const struct _qspi_command *

Pointer to the command structure

Returns

Type: int32_t

Operation status.

ERR_NONE

Success