Searched refs:enFlashIntType (Results 1 – 4 of 4) sorted by relevance
153 en_result_t Flash_EnableIrq(en_flash_int_type_t enFlashIntType);154 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType);156 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType);158 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType);
180 en_result_t Flash_EnableIrq(en_flash_int_type_t enFlashIntType);181 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType);183 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType);185 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType);
135 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType) in Flash_GetIntFlag() argument139 if(M0P_FLASH->IFR & enFlashIntType) in Flash_GetIntFlag()156 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType) in Flash_ClearIntFlag() argument160 M0P_FLASH->ICLR &= ~(uint32_t)enFlashIntType; in Flash_ClearIntFlag()175 en_result_t Flash_EnableIrq (en_flash_int_type_t enFlashIntType) in Flash_EnableIrq() argument180 M0P_FLASH->CR_f.IE |= enFlashIntType; in Flash_EnableIrq()196 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType) in Flash_DisableIrq() argument201 M0P_FLASH->CR_f.IE &= ~(uint32_t)enFlashIntType; in Flash_DisableIrq()
159 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType) in Flash_GetIntFlag() argument163 switch (enFlashIntType) in Flash_GetIntFlag()188 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType) in Flash_ClearIntFlag() argument192 switch (enFlashIntType) in Flash_ClearIntFlag()221 en_result_t Flash_EnableIrq (en_flash_int_type_t enFlashIntType) in Flash_EnableIrq() argument225 switch (enFlashIntType) in Flash_EnableIrq()254 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType) in Flash_DisableIrq() argument258 switch (enFlashIntType) in Flash_DisableIrq()
Completed in 12 milliseconds