| | |
| | | NVM_OPERATION_COMPLETE_CALLBACK pfn_complete_cbk; /**< pointer to callback function which executes after the operation completes (success or fail) */ |
| | | } MEM_OPERATION_Ts; |
| | | |
| | | #define RAM_FALSH_DRIVE_LENGHT (96u) |
| | | #define RAM_FALSH_DRIVE_LENGHT (10u) |
| | | extern uint8_t flashCode[RAM_FALSH_DRIVE_LENGHT + 4]; |
| | | extern NVM_FLAGS_Ts Nvm_Flags; |
| | | extern uint8_t Mem_PartionTempBuff[MEM_MAX_TEMP_BUFF_NUM][FBL_MEM_SEGMENT_SIZE]; |
| | |
| | | extern int8_t NVM_ReInitFlashDriveRam(void); |
| | | extern void NVM_Init(void); |
| | | extern bool NVM_Is_Busy(void); |
| | | extern uint8_t MEM_PartitionCRCOK(uint8_t partionid); |
| | | extern uint8_t MEM_PartitionCRCOK(uint8_t partionid, uint32_t targetcrc); |
| | | extern uint8_t ApplFblIsValidApp(); |
| | | #endif |