summaryrefslogtreecommitdiff
path: root/include/arch/arm/cortex_m/scb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/arm/cortex_m/scb.h')
-rw-r--r--include/arch/arm/cortex_m/scb.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/arch/arm/cortex_m/scb.h b/include/arch/arm/cortex_m/scb.h
index 967b492b2..df9e3a88d 100644
--- a/include/arch/arm/cortex_m/scb.h
+++ b/include/arch/arm/cortex_m/scb.h
@@ -53,21 +53,6 @@ extern "C" {
/**
*
- * @brief Set the PendSV exception
- *
- * Set the PendSV exception: it will be handled when the last nested exception
- * returns, or immediately if running in thread mode.
- *
- * @return N/A
- */
-
-static inline void _ScbPendsvSet(void)
-{
- __scs.scb.icsr.bit.pendsvset = 1;
-}
-
-/**
- *
* @brief Find out if running in thread mode
*
* This routine determines if the current mode is thread mode.