RP.Flash.Cache

Entities

Subprograms

Description

Access_Count

function Access_Count
   return HAL.UInt32
Return Value

Disable

procedure Disable

Power_Down implies Disable, cache state is retained while powered down

Enable

procedure Enable

Power_Down implies Disable, cache state is retained while powered down

Flush

procedure Flush
   (Wait : Boolean := True)

If Wait is True, Flush blocks until the cache flush is complete, otherwise the cache is flushed asynchronously.

Parameters
Wait

Hit_Count

function Hit_Count
   return HAL.UInt32
Return Value

Is_Enabled

function Is_Enabled
   return Boolean
Return Value

Power_Down

procedure Power_Down

Power_Down implies Disable, cache state is retained while powered down

Reset_Counters

procedure Reset_Counters