Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi.h268 …dspi_master_sample_point_t samplePoint; /*!< Controls when the module master samples SIN in the Mo… member
294 …dspi_master_sample_point_t samplePoint; /*!< Controls when the module master samples SIN in the Mo… member
Dfsl_dspi.c221 … SPI_MCR_ROOE(masterConfig->enableRxFifoOverWrite) | SPI_MCR_SMPL_PT(masterConfig->samplePoint) | in DSPI_MasterInit()
285 masterConfig->samplePoint = kDSPI_SckToSin0Clock; in DSPI_MasterGetDefaultConfig()
329 … SPI_MCR_ROOE(slaveConfig->enableRxFifoOverWrite) | SPI_MCR_SMPL_PT(slaveConfig->samplePoint) | in DSPI_SlaveInit()
374 slaveConfig->samplePoint = kDSPI_SckToSin0Clock; in DSPI_SlaveGetDefaultConfig()