Skip to content

System

Structs

mira_sys_device_id_t

Type Name Description
uint8_t[8] u8
uint16_t[4] u16
uint32_t[2] u32

Union type for the device id.

Functions

mira_sys_get_device_id

void mira_sys_get_device_id(
    mira_sys_device_id_t*  dst);

Gets the device id.

Parameters

Parameter Description
dst Location where the device id will be stored.

Return

void