HAL Common Types

group HAL_Exported_Types

Enums

enum hal_tick_freq_t

HAL tick Frequency.

Note

Literals names mentioning unit “Hz” but values in milliseconds due to values used with incrementation for delay computing.

Values:

enumerator HAL_TICK_FREQ_10HZ

HAL tick frequency 10Hz

enumerator HAL_TICK_FREQ_100HZ

HAL tick frequency 100Hz

enumerator HAL_TICK_FREQ_1KHZ

HAL tick frequency 1kHz

enumerator HAL_TICK_FREQ_DEFAULT

HAL tick default frequency: 1kHz

struct hal_device_uid_t
#include <stm32u5xx_hal.h>

Device unique identification data.

Public Members

uint32_t uid_0

Device unique ID word 0: wafer {x; y} coordinates value

uint32_t uid_1

Device unique ID word 1: wafer number and lot number (part 2)

uint32_t uid_2

Device unique ID word 2: lot number (part 1)