Home
last modified time | relevance | path

Searched refs:LPSPI_MasterSetBaudRate (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.h897 uint32_t LPSPI_MasterSetBaudRate(LPSPI_Type *base,
Dfsl_lpspi.c246 (void)LPSPI_MasterSetBaudRate(base, masterConfig->baudRate, srcClock_Hz, &tcrPrescaleValue); in LPSPI_MasterInit()
476 uint32_t LPSPI_MasterSetBaudRate(LPSPI_Type *base, in LPSPI_MasterSetBaudRate() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h943 uint32_t LPSPI_MasterSetBaudRate(LPSPI_Type *base,
Dfsl_lpspi.c328 (void)LPSPI_MasterSetBaudRate(base, masterConfig->baudRate, srcClock_Hz, &tcrPrescaleValue); in LPSPI_MasterInit()
546 uint32_t LPSPI_MasterSetBaudRate(LPSPI_Type *base, in LPSPI_MasterSetBaudRate() function
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c797LPSPI_MasterSetBaudRate(lpspi->resource->base, arg, lpspi->resource->GetFreq(), &tcrPrescaleValue)) in LPSPI_EdmaControl()
1202LPSPI_MasterSetBaudRate(lpspi->resource->base, arg, lpspi->resource->GetFreq(), &tcrPrescaleValue)) in LPSPI_InterruptControl()