fenugrec 1d36685759 Cortex: interrupt handling to use uint32_t instead of bool.
This is more in line with the actual hardware (u32 registers), and will still
work if PRIMASK or FAULTMASK ever have more than 1 bit defined.
The functions cm_is_masked_interrupts() and cm_is_masked_faults() are
unchanged, since returning 'bool' fits with the function naming.

Fixes most of github issue #475. What remains "unfixed" is the absence
of functions to simply 'get' the u32 value of PRIMASK and FAULTMASK registers.
2016-02-28 18:02:57 +00:00
..
2015-10-14 22:15:15 +00:00
2015-11-24 09:55:27 +00:00
2015-10-14 22:15:15 +00:00
2015-10-14 22:15:15 +00:00
2014-12-11 09:58:34 +00:00