Showing changes from revision #0 to #1:
Added | Removed | Changed
void HAL_FIQDisableAll(void)
Entry | |
---|---|
- |
Exit | |
---|---|
- |
This call is used to disable all FIQs for all devices. Currently it is only used in exceptional circumstances, so it is not required to be speed-critical (i.e. a simple loop of calls to HAL_FIQDisable will suffice).