Module msp432p401r_hal::clock[][src]

HAL library for CS (Clock System) - MSP432P401R

Structs

ClockConfig

Builder object that configures system clocks Can only commit configurations to hardware if both MCLK (HSMCLK) and SMCLK settings have been configured. ACLK and BCLK configurations are optional, with its default source being REFOCLK.

Clocks

Frozen clock frequencies This value holds the current clocks frequencies

MclkDefined
NoClockDefined

Typestates for ClockConfig

SmclkDefined

Enums

DCOFrequency

Default: 3 MHz

HighFrequencyCrystal
MPrescaler

MCLK source divider

REFOFrequency

Default: 32.768 KHz

SELA_A

Selects the ACLK source

SELM_A

Selects the MCLK source

SELS_A

Selects the SMCLK and HSMCLK source

SMPrescaler

SMCLK source divider

Constants

HFXTMAXCLK
HFXTMINCLK
LFXTCLK
MODCLK
VLOCLK

Traits

CsExt