Home
last modified time | relevance | path

Searched refs:LPSPI_MasterInit (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_freertos.c68 LPSPI_MasterInit(handle->base, masterConfig, srcClock_Hz); in LPSPI_RTOS_Init()
Dfsl_lpspi.h439 void LPSPI_MasterInit(LPSPI_Type *base, const lpspi_master_config_t *masterConfig, uint32_t srcCloc…
Dfsl_lpspi.c278 void LPSPI_MasterInit(LPSPI_Type *base, const lpspi_master_config_t *masterConfig, uint32_t srcCloc… in LPSPI_MasterInit() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_mem_adapter.c71 LPSPI_MasterInit(lpspiInstance, &lpspiMasterCfg, config->clockFreq); in LPSPI_MemInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_lpspi.c242LPSPI_MasterInit((LPSPI_Type *)s_spiBases[masterHandle->instance], &lpspiConfig, config->srcClock_… in HAL_SpiMasterInit()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c338 LPSPI_MasterInit(resource->base, &masterConfig, resource->GetFreq()); in LPSPI_CommonControl()