Home
last modified time | relevance | path

Searched refs:DSPI_MasterGetFormattedCommand (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.c926 command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
931 lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferBlocking()
1171 handle->command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()
1176 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferPrepare()
Dfsl_dspi.h946 static inline uint32_t DSPI_MasterGetFormattedCommand(dspi_command_data_config_t *command) in DSPI_MasterGetFormattedCommand() function
Dfsl_dspi_edma.c192 handle->command = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()
197 handle->lastCommand = DSPI_MasterGetFormattedCommand(&(commandStruct)); in DSPI_MasterTransferEDMA()