OpenOCD
outer_cache_fns Struct Reference

Data Fields

void(* clean_range )(unsigned long, unsigned long)
 
void(* configure )(const struct l2x0_regs *)
 
void(* disable )(void)
 
void(* flush_all )(void)
 
void(* flush_range )(unsigned long, unsigned long)
 
void(* inv_range )(unsigned long, unsigned long)
 
void(* resume )(void)
 
void(* write_sec )(unsigned long, unsigned)
 

Detailed Description

Definition at line 115 of file armv7a_cache_l2x.h.

Field Documentation

◆ clean_range

void(* outer_cache_fns::clean_range) (unsigned long, unsigned long)

Definition at line 117 of file armv7a_cache_l2x.h.

◆ configure

void(* outer_cache_fns::configure) (const struct l2x0_regs *)

Definition at line 126 of file armv7a_cache_l2x.h.

◆ disable

void(* outer_cache_fns::disable) (void)

Definition at line 120 of file armv7a_cache_l2x.h.

◆ flush_all

void(* outer_cache_fns::flush_all) (void)

Definition at line 119 of file armv7a_cache_l2x.h.

◆ flush_range

void(* outer_cache_fns::flush_range) (unsigned long, unsigned long)

Definition at line 118 of file armv7a_cache_l2x.h.

◆ inv_range

void(* outer_cache_fns::inv_range) (unsigned long, unsigned long)

Definition at line 116 of file armv7a_cache_l2x.h.

◆ resume

void(* outer_cache_fns::resume) (void)

Definition at line 122 of file armv7a_cache_l2x.h.

◆ write_sec

void(* outer_cache_fns::write_sec) (unsigned long, unsigned)

Definition at line 125 of file armv7a_cache_l2x.h.


The documentation for this struct was generated from the following file: