Intel® Quark™ Microcontroller Software Interface  1.4.0
Intel® Quark™ Microcontroller BSP
Initialisation

Initialisation and reset. More...

Enumerations

enum  qm_soc_reset_t { QM_WARM_RESET = BIT(1), QM_COLD_RESET = BIT(3) }
 Reset Mode type. More...
 

Functions

void qm_soc_reset (qm_soc_reset_t reset_type)
 Reset the SoC. More...
 

Detailed Description

Initialisation and reset.

Enumeration Type Documentation

Reset Mode type.

Enumerator
QM_WARM_RESET 

Warm reset.

QM_COLD_RESET 

Cold reset.

Definition at line 21 of file qm_init.h.

Function Documentation

void qm_soc_reset ( qm_soc_reset_t  reset_type)

Reset the SoC.

This can either be a cold reset or a warm reset.

Parameters
[in]reset_typeSelects the type of reset to perform.

Definition at line 7 of file qm_init.c.