Home
last modified time | relevance | path

Searched refs:DSPI_IsMaster (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi.c429 if (!DSPI_IsMaster(base)) in DSPI_MasterSetBaudRate()
522 if (DSPI_IsMaster(base)) in DSPI_MasterSetDelayScaler()
578 if (!DSPI_IsMaster(base)) in DSPI_MasterSetDelayTimes()
2181 if (DSPI_IsMaster(base)) in DSPI_CommonIRQHandler()
Dfsl_dspi.h710 static inline bool DSPI_IsMaster(SPI_Type *base) in DSPI_IsMaster() function