Home
last modified time | relevance | path

Searched refs:GFC100_ERROR_UNALIGNED_PARAM (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.h41 GFC100_ERROR_UNALIGNED_PARAM /*!< Unaligned parameter error */ enumerator
Dgfc100_eflash_drv.c379 return GFC100_ERROR_UNALIGNED_PARAM; in gfc100_eflash_write()
429 return GFC100_ERROR_UNALIGNED_PARAM; in gfc100_eflash_row_write()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/CMSIS_Driver/
DDriver_GFC100_EFlash.c228 (err == GFC100_ERROR_UNALIGNED_PARAM)) { in ARM_Flashx_ProgramData()