30 #if !defined(__DEVICE_MEMORY_INTERFACE_H__) 31 #define __DEVICE_MEMORY_INTERFACE_H__ 33 #include "memory/memory.h" 39 #if defined(__cplusplus) 47 status_t device_mem_read(uint32_t address, uint32_t length, uint8_t *restrict buffer);
50 status_t device_mem_write(uint32_t address, uint32_t length,
const uint8_t *restrict buffer);
53 status_t device_mem_fill(uint32_t address, uint32_t length, uint32_t pattern);
57 #if defined(__cplusplus) 61 #endif // __DEVICE_MEMORY_INTERFACE_H__ int32_t status_t
Type used for all status and error return values.
Definition: fsl_common.h:121