Home
last modified time | relevance | path

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

/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_dflash.c365 LL_StatusETypeDef LL_DFLASH_MultiSectorsErase(uint16_t Sector, uint16_t Num, uint16_t *SectorError) in LL_DFLASH_MultiSectorsErase() argument
375 if (SectorError != NULL) { in LL_DFLASH_MultiSectorsErase()
376 *SectorError = 0xFFFF; in LL_DFLASH_MultiSectorsErase()
393 if (SectorError != NULL) { in LL_DFLASH_MultiSectorsErase()
394 *SectorError = index; in LL_DFLASH_MultiSectorsErase()
A Dtae32f53xx_ll_flash.c360 LL_StatusETypeDef LL_FLASH_MultiSectorsErase(uint16_t Sector, uint16_t Num, uint16_t *SectorError) in LL_FLASH_MultiSectorsErase() argument
373 if (SectorError != NULL) { in LL_FLASH_MultiSectorsErase()
374 *SectorError = 0xFFFF; in LL_FLASH_MultiSectorsErase()
391 if (SectorError != NULL) { in LL_FLASH_MultiSectorsErase()
392 *SectorError = index; in LL_FLASH_MultiSectorsErase()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_dflash.h194 LL_StatusETypeDef LL_DFLASH_MultiSectorsErase(uint16_t Sector, uint16_t Num, uint16_t *SectorError);
A Dtae32f53xx_ll_flash.h366 LL_StatusETypeDef LL_FLASH_MultiSectorsErase(uint16_t Sector, uint16_t Num, uint16_t *SectorError);

Completed in 12 milliseconds