Home
last modified time | relevance | path

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

/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/
A Dhc32l196_flash.h153 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);
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/
A Dflash.h180 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);
/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_flash.c135 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType) in Flash_GetIntFlag() argument
139 if(M0P_FLASH->IFR & enFlashIntType) in Flash_GetIntFlag()
156 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType) in Flash_ClearIntFlag() argument
160 M0P_FLASH->ICLR &= ~(uint32_t)enFlashIntType; in Flash_ClearIntFlag()
175 en_result_t Flash_EnableIrq (en_flash_int_type_t enFlashIntType) in Flash_EnableIrq() argument
180 M0P_FLASH->CR_f.IE |= enFlashIntType; in Flash_EnableIrq()
196 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType) in Flash_DisableIrq() argument
201 M0P_FLASH->CR_f.IE &= ~(uint32_t)enFlashIntType; in Flash_DisableIrq()
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Dflash.c159 boolean_t Flash_GetIntFlag(en_flash_int_type_t enFlashIntType) in Flash_GetIntFlag() argument
163 switch (enFlashIntType) in Flash_GetIntFlag()
188 en_result_t Flash_ClearIntFlag(en_flash_int_type_t enFlashIntType) in Flash_ClearIntFlag() argument
192 switch (enFlashIntType) in Flash_ClearIntFlag()
221 en_result_t Flash_EnableIrq (en_flash_int_type_t enFlashIntType) in Flash_EnableIrq() argument
225 switch (enFlashIntType) in Flash_EnableIrq()
254 en_result_t Flash_DisableIrq(en_flash_int_type_t enFlashIntType) in Flash_DisableIrq() argument
258 switch (enFlashIntType) in Flash_DisableIrq()

Completed in 12 milliseconds