Changeset 16 for trunk/hal/generic/hal_special.h
- Timestamp:
- May 10, 2017, 5:04:01 PM (6 years ago)
- Location:
- trunk/hal/generic
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_special.h
r2 r16 116 116 void hal_fixed_delay(); 117 117 118 /***************************************************************************************** 119 * This function returns informations on MMU exceptions : 120 * @ mmu_ins_excp_code : [out] instruction fetch exception code 121 * @ mmu_ins_bad_vaddr : [out] instruction fetch faulty virtual address 122 * @ mmu_dat_excp_code : [out] data access exception code 123 * @ mmu_dat_bad_vaddr : [out] data access faulty virtual address 124 ****************************************************************************************/ 125 void hal_get_mmu_excp( intptr_t * mmu_ins_excp_code, 126 intptr_t * mmu_ins_bad_vaddr, 127 intptr_t * mmu_dat_excp_code, 128 intptr_t * mmu_dat_bad_vaddr ); 118 129 119 130
Note: See TracChangeset
for help on using the changeset viewer.