Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/lpspi/
Dfsl_lpspi_nor_flash.c69 spi_master_config_t spiMasterCfg; in Nor_Flash_Init() local
70 spiMasterCfg.baudRate = baudRate; in Nor_Flash_Init()
71 spiMasterCfg.clockFreq = spiClock_Hz; in Nor_Flash_Init()
72 spiMasterCfg.whichPcs = 0; in Nor_Flash_Init()
73 status_t status = LPSPI_MemInit(&spiMasterCfg, handle->driverBaseAddr); in Nor_Flash_Init()
555 spi_master_config_t spiMasterCfg; in Nor_Flash_Exit_Lowpower() local
556 spiMasterCfg.baudRate = baudRate; in Nor_Flash_Exit_Lowpower()
557 spiMasterCfg.clockFreq = spiClock_Hz; in Nor_Flash_Exit_Lowpower()
558 spiMasterCfg.whichPcs = 0; in Nor_Flash_Exit_Lowpower()
559 status_t status = LPSPI_MemInit(&spiMasterCfg, handle->driverBaseAddr); in Nor_Flash_Exit_Lowpower()