Changeset 279 for trunk/hal/generic
- Timestamp:
- Jul 27, 2017, 12:23:29 AM (7 years ago)
- Location:
- trunk/hal/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_irqmask.h
r17 r279 38 38 /***************************************************************************************** 39 39 * This function disables all IRQs, and saves the CPU SR state if required. 40 * TODO : Warning this function discards the CU3 access bit41 40 ***************************************************************************************** 42 41 * @ old : address of buffer to save the SR (no save if NULL). -
trunk/hal/generic/hal_special.h
r124 r279 36 36 // ALMOS-MKH uses the following API to access the MMU and other core protected registers. 37 37 /////////////////////////////////////////////////////////////////////////////////////////// 38 39 /***************************************************************************************** 40 * This function returns the calling core status register value. 41 ****************************************************************************************/ 42 inline reg_t hal_get_sr(); 38 43 39 44 /*****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.