Fork of my original MQTTGateway

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

ClockOutputInit Struct Reference

ClockOutputInit Struct Reference
[GPIO Exported Types]

SPIRIT Clock Output initialization structure definition. More...

#include <SPIRIT_Gpio.h>

Data Fields

ClockOutputXOPrescaler xClockOutputXOPrescaler
ClockOutputRCOPrescaler xClockOutputRCOPrescaler
ExtraClockCycles xExtraClockCycles

Detailed Description

SPIRIT Clock Output initialization structure definition.

Definition at line 323 of file SPIRIT_Gpio.h.


Field Documentation

Specifies the RCO Ratio as clock output. This parameter can be a value of ClockOutputRCOPrescaler

Definition at line 328 of file SPIRIT_Gpio.h.

Specifies the XO Ratio as clock output. This parameter can be any value of ClockOutputXOPrescaler

Definition at line 325 of file SPIRIT_Gpio.h.

Specifies the Extra Clock Cycles provided before entering in Standby State. This parameter can be a value of ExtraClockCycles

Definition at line 331 of file SPIRIT_Gpio.h.