Intel® Quark™ Microcontroller Software Interface  1.4.0
Intel® Quark™ Microcontroller BSP
qm_init.c
1 /*
2  * {% copyright %}
3  */
4 
5 #include "qm_init.h"
6 
7 void qm_soc_reset(qm_soc_reset_t reset_type)
8 {
9  QM_SCSS_PMU->rstc |= reset_type;
10 }
void qm_soc_reset(qm_soc_reset_t reset_type)
Reset the SoC.
Definition: qm_init.c:7
qm_soc_reset_t
Reset Mode type.
Definition: qm_init.h:21