30 #if !defined(__NORMAL_MEMORY_INTERFACE_H__) 31 #define __NORMAL_MEMORY_INTERFACE_H__ 33 #include "memory/memory.h" 39 #if defined(__cplusplus) 50 status_t normal_mem_read(uint32_t address, uint32_t length, uint8_t *restrict buffer);
53 status_t normal_mem_write(uint32_t address, uint32_t length,
const uint8_t *restrict buffer);
56 status_t normal_mem_fill(uint32_t address, uint32_t length, uint32_t pattern);
60 #if defined(__cplusplus) 64 #endif // __NORMAL_MEMORY_INTERFACE_H__ int32_t status_t
Type used for all status and error return values.
Definition: fsl_common.h:121