Searched refs:NORFLC (Results 1 – 3 of 3) sorted by relevance
53 NORFLC->IE = 3; in NORFL_Init()54 NORFLC->IF = 3; // 清除中断标志 in NORFL_Init()77 if(NORFLC->IF & NORFLC_IF_FINISH_Msk) res = 0; in NORFL_ChipErase()96 NORFLC->ADDR = addr; in NORFL_SectorErase()102 if(NORFLC->IF & NORFLC_IF_FINISH_Msk) res = 0; in NORFL_SectorErase()122 NORFLC->ADDR = addr; in NORFL_Write()128 if(NORFLC->IF & NORFLC_IF_FINISH_Msk) res = 0; in NORFL_Write()145 NORFLC->ADDR = addr; in NORFL_Read()148 return (NORFLC->CMD & NORFLC_CMD_DATA_Msk); in NORFL_Read()164 NORFLC->ADDR = id_addr; in NORFL_ReadID()[all …]
60 - NORFLC模块
3144 #define NORFLC ((NORFLC_TypeDef*) NORFLC_BASE) macro
Completed in 23 milliseconds