OpenOCD
armv7m_cache.h File Reference
Include dependency graph for armv7m_cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  armv7m_arch_cache
 
struct  armv7m_cache_common
 
struct  armv7m_cache_size
 

Functions

int armv7m_d_cache_flush (struct target *target, uint32_t address, unsigned int length)
 
int armv7m_handle_cache_info_command (struct command_invocation *cmd, struct target *target)
 
int armv7m_i_cache_inval (struct target *target, uint32_t address, unsigned int length)
 
int armv7m_identify_cache (struct target *target)
 

Function Documentation

◆ armv7m_d_cache_flush()

◆ armv7m_handle_cache_info_command()

◆ armv7m_i_cache_inval()

◆ armv7m_identify_cache()