#include "board_opt.h"
Go to the source code of this file.
Macros | |
#define | SCB_CLEAN_DCACHE_BY_ADDR_32BYTE_ALIGNED(addr, size) |
#define | SCB_CLEANINVALIDATE_DCACHE_BY_ADDR_32BYTE_ALIGNED(addr, size) |
Functions | |
__STATIC_INLINE void | SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) |
D-Cache Clean by address. More... | |
__STATIC_INLINE void | SCB_CleanInvalidateDCache_by_Addr (uint32_t *addr, int32_t dsize) |
D-Cache Clean and Invalidate by address. More... | |
__STATIC_INLINE void | SCB_InvalidateDCache_by_Addr (uint32_t *addr, int32_t dsize) |
D-Cache Invalidate by address. More... | |
#define SCB_CLEAN_DCACHE_BY_ADDR_32BYTE_ALIGNED | ( | addr, | |
size | |||
) |
Definition at line 102 of file core_cm7_4p30.h.
#define SCB_CLEANINVALIDATE_DCACHE_BY_ADDR_32BYTE_ALIGNED | ( | addr, | |
size | |||
) |
Definition at line 101 of file core_cm7_4p30.h.
__STATIC_INLINE void SCB_CleanDCache_by_Addr | ( | uint32_t * | addr, |
int32_t | dsize | ||
) |
D-Cache Clean by address.
Cleans D-Cache for the given address
[in] | addr | address (aligned to 32-byte boundary) |
[in] | dsize | size of memory block (in number of bytes) |
Definition at line 47 of file core_cm7_4p30.h.
__STATIC_INLINE void SCB_CleanInvalidateDCache_by_Addr | ( | uint32_t * | addr, |
int32_t | dsize | ||
) |
D-Cache Clean and Invalidate by address.
Cleans and invalidates D_Cache for the given address
[in] | addr | address (aligned to 32-byte boundary) |
[in] | dsize | size of memory block (in number of bytes) |
Definition at line 74 of file core_cm7_4p30.h.
__STATIC_INLINE void SCB_InvalidateDCache_by_Addr | ( | uint32_t * | addr, |
int32_t | dsize | ||
) |
D-Cache Invalidate by address.
Invalidates D-Cache for the given address
[in] | addr | address (aligned to 32-byte boundary) |
[in] | dsize | size of memory block (in number of bytes) |
Definition at line 16 of file core_cm7_4p30.h.