lib_cachec.h
来自「ARM9200开发板的ROM boot程序源码1.0」· C头文件 代码 · 共 34 行
H
34 行
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------------------------------
//* The software is delivered "AS IS" without warranty or condition of any
//* kind, either express, implied or statutory. This includes without
//* limitation any warranty or condition with respect to merchantability or
//* fitness for any particular purpose, or against the infringements of
//* intellectual property rights of others.
//*----------------------------------------------------------------------------
//* File Name : lib_cachec.h
//* Object : CMBIU Functions Library Prototyping File.
//*
//* 1.0 23/01/01 ED : Creation
//*----------------------------------------------------------------------------
#ifndef lib_cachec_h
#define lib_cachec_h
#include "periph/stdc/std_c.h"
#include "periph/cachec/cachec.h"
/* Function Prototyping */
extern void at91_cmbiu_area_open ( u_int area_nb, u_int cacheable, u_int prot_def, u_int mem_def ) ;
extern void at91_cmbiu_area_close ( u_int area_nb ) ;
extern void at91_cmbiu_bank_open ( void ) ;
extern void at91_cmbiu_bank_close ( void ) ;
extern void at91_cmbiu_flush_cmd ( void ) ;
extern void at91_cmbiu_lock_cmd ( u_int bank_nb, u_int data_base_address, u_int data_size ) ;
extern void at91_cmbiu_unlock_cmd ( void ) ;
extern void at91_cmbiu_split_cmd ( u_int bank_allocation, u_int function_base_address ) ;
extern u_int at91_cmbiu_get_status ( u_int register_id, u_int area_nb ) ;
#endif /* lib_cachec_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?