Searched refs:spiMasterCfg (Results 1 – 1 of 1) sorted by relevance
69 spi_master_config_t spiMasterCfg; in Nor_Flash_Init() local70 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() local556 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()