Searched refs:u8FreqCfg (Results 1 – 4 of 4) sorted by relevance
304 if ((1 != u8FreqCfg) && in Flash_Init()305 (2 != u8FreqCfg) && in Flash_Init()306 (4 != u8FreqCfg) && in Flash_Init()307 (6 != u8FreqCfg) && in Flash_Init()308 (8 != u8FreqCfg) && in Flash_Init()309 (12 != u8FreqCfg)) in Flash_Init()321 M0P_FLASH->TNVS_f.TNVS = Tnvs * u8FreqCfg; in Flash_Init()323 M0P_FLASH->TPGS_f.TPGS = Tpgs * u8FreqCfg; in Flash_Init()325 M0P_FLASH->TPROG_f.TPROG = Tprog * u8FreqCfg; in Flash_Init()338 if (8 == u8FreqCfg) in Flash_Init()[all …]
229 en_result_t Flash_Init(uint8_t u8FreqCfg, boolean_t bDpstbEn) in Flash_Init() argument237 if ((1 != u8FreqCfg) && (2 != u8FreqCfg) && in Flash_Init()238 (4 != u8FreqCfg) && (6 != u8FreqCfg) && in Flash_Init()239 (8 != u8FreqCfg) && (12 != u8FreqCfg)) in Flash_Init()250 u32PrgTimer[u32Index] = u8FreqCfg * pu32PcgTimer4M[u32Index]; in Flash_Init()
131 en_result_t Flash_Init(uint8_t u8FreqCfg, boolean_t bDpstbEn);
160 en_result_t Flash_Init(func_ptr_t pfnFlashCb, uint8_t u8FreqCfg, boolean_t bDpstbEn);
Completed in 10 milliseconds