CMCC software driver for SAM.
This file defines a useful set of functions for the CMCC on SAM devices.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
#include "cmcc.h"
Functions | |
void | cmcc_enable (Cmcc *const p_cmcc) |
Enable Cache Controller. More... | |
void | cmcc_get_config_defaults (struct cmcc_config *const cfg) |
Initializes a CMCC configuration structure to defaults. More... | |
bool | cmcc_init (Cmcc *const p_cmcc, struct cmcc_config *const cfg) |
Initialize the CMCC module. More... | |
void | cmcc_invalidate_line (Cmcc *const p_cmcc, uint32_t cmcc_way, uint32_t cmcc_index) |
Cache Controller Invalidate by Line Operation. More... | |