Kinetis SDK v.2.0 API Reference Manual
Rev. 0
Freescale Semiconductor, Inc.
|
The KSDK provides a peripheral driver for the System Integration Module (SIM) of Kinetis devices.
Files | |
file | fsl_sim.h |
Data Structures | |
struct | sim_uid_t |
Unique ID. More... | |
Enumerations | |
enum | _sim_flash_mode { kSIM_FlashDisableInWait = SIM_FCFG1_FLASHDOZE_MASK, kSIM_FlashDisable = SIM_FCFG1_FLASHDIS_MASK } |
Flash enable mode. More... | |
Functions | |
void | SIM_GetUniqueId (sim_uid_t *uid) |
Get the unique identification register value. More... | |
static void | SIM_SetFlashMode (uint8_t mode) |
Set the flash enable mode. More... | |
Driver version | |
#define | FSL_SIM_DRIVER_VERSION (MAKE_VERSION(2, 0, 0)) |
Driver version 2.0.0. | |
struct sim_uid_t |
enum _sim_flash_mode |
void SIM_GetUniqueId | ( | sim_uid_t * | uid | ) |
uid | Pointer to the structure to save the UID value. |
|
inlinestatic |
mode | The mode to set, see _sim_flash_mode for mode details. |