Added set priority group convenience function.

This commit is contained in:
Piotr Esden-Tempski
2012-02-24 16:43:37 -08:00
parent c5e5c0fdab
commit cbef43ddd8
6 changed files with 18 additions and 0 deletions

View File

@@ -295,6 +295,7 @@
/* --- SCB functions ------------------------------------------------------- */
void scb_reset_core(void);
void scb_reset_system(void);
void scb_set_priority_grouping(u32 prigroup);
/* TODO: */

View File

@@ -295,6 +295,7 @@
/* --- SCB functions ------------------------------------------------------- */
void scb_reset_core(void);
void scb_reset_system(void);
void scb_set_priority_grouping(u32 prigroup);
/* TODO: */

View File

@@ -295,6 +295,7 @@
/* --- SCB functions ------------------------------------------------------- */
void scb_reset_core(void);
void scb_reset_system(void);
void scb_set_priority_grouping(u32 prigroup);
/* TODO: */