Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c201 uint32_t tcrPrescaleValue = 0; in LPSPI_MasterInit() local
246 (void)LPSPI_MasterSetBaudRate(base, masterConfig->baudRate, srcClock_Hz, &tcrPrescaleValue); in LPSPI_MasterInit()
254 LPSPI_TCR_PRESCALE(tcrPrescaleValue) | LPSPI_TCR_PCS(masterConfig->whichPcs); in LPSPI_MasterInit()
479 uint32_t *tcrPrescaleValue) in LPSPI_MasterSetBaudRate() argument
481 assert(tcrPrescaleValue != NULL); in LPSPI_MasterSetBaudRate()
560 *tcrPrescaleValue = bestPrescaler; in LPSPI_MasterSetBaudRate()
Dfsl_lpspi.h900 uint32_t *tcrPrescaleValue);
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c283 uint32_t tcrPrescaleValue = 0; in LPSPI_MasterInit() local
328 (void)LPSPI_MasterSetBaudRate(base, masterConfig->baudRate, srcClock_Hz, &tcrPrescaleValue); in LPSPI_MasterInit()
336 LPSPI_TCR_PRESCALE(tcrPrescaleValue) | LPSPI_TCR_PCS(masterConfig->whichPcs); in LPSPI_MasterInit()
549 uint32_t *tcrPrescaleValue) in LPSPI_MasterSetBaudRate() argument
551 assert(tcrPrescaleValue != NULL); in LPSPI_MasterSetBaudRate()
630 *tcrPrescaleValue = bestPrescaler; in LPSPI_MasterSetBaudRate()
Dfsl_lpspi.h946 uint32_t *tcrPrescaleValue);
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c787 uint32_t tcrPrescaleValue = 0; in LPSPI_EdmaControl() local
797 …LPSPI_MasterSetBaudRate(lpspi->resource->base, arg, lpspi->resource->GetFreq(), &tcrPrescaleValue)) in LPSPI_EdmaControl()
1193 uint32_t tcrPrescaleValue = 0; in LPSPI_InterruptControl() local
1202 …LPSPI_MasterSetBaudRate(lpspi->resource->base, arg, lpspi->resource->GetFreq(), &tcrPrescaleValue)) in LPSPI_InterruptControl()