Changeset 17 for trunk/hal/generic/hal_special.h
- Timestamp:
- May 11, 2017, 7:49:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_special.h
r16 r17 1 1 /* 2 2 * hal_special.h - Generic Special Registers Access API definition. 3 * 3 * 4 4 * Authors Ghassan Almaless (2008,2009,2010,2011,2012) 5 5 * Alain Greiner (2016) 6 6 * 7 7 * Copyright (c) UPMC Sorbonne Universites 8 * 8 * 9 9 * This file is part of ALMOS-MKH. 10 10 * … … 34 34 /////////////////////////////////////////////////////////////////////////////////////////// 35 35 // Generic Special Registers Access API (implementation in hal_special.c) 36 // 36 // 37 37 // ALMOS-MKH uses the following API to access the MMU and other core protected registers. 38 38 /////////////////////////////////////////////////////////////////////////////////////////// … … 112 112 113 113 /***************************************************************************************** 114 * This function returns after a fixed delay of 114 * This function returns after a fixed delay of (4 * delay) cycles. 115 115 ****************************************************************************************/ 116 116 void hal_fixed_delay(); 117 117 118 118 /***************************************************************************************** 119 * This function returns information son MMU exceptions :119 * This function returns information on MMU exceptions : 120 120 * @ mmu_ins_excp_code : [out] instruction fetch exception code 121 121 * @ mmu_ins_bad_vaddr : [out] instruction fetch faulty virtual address
Note: See TracChangeset
for help on using the changeset viewer.