iLLD_TC27xC  1.0
Baud Calculator
Collaboration diagram for Baud Calculator:

Functions

IFX_EXTERN uint32 IfxMsc_downstreamAbraBaudCalculator (uint32 baud)
 Get the NDD value for the supplied baud rate when when ABRA block is enabled. More...
 
IFX_EXTERN uint32 IfxMsc_upstreamFractionalBaudCalculator (Ifx_MSC *msc, uint32 baud)
 Get the step value for the supplied baud rate when divider mode is fractional. More...
 
IFX_EXTERN uint32 IfxMsc_upstreamNormalBaudCalculator (Ifx_MSC *msc, uint32 baud)
 Get the step value for the supplied baud rate when divider mode is normal. More...
 

Detailed Description

Function Documentation

IFX_EXTERN uint32 IfxMsc_downstreamAbraBaudCalculator ( uint32  baud)

Get the NDD value for the supplied baud rate when when ABRA block is enabled.

Parameters
baudRequired baud rate
Returns
NDD value

Definition at line 57 of file IfxMsc.c.

Referenced by IfxMsc_Msc_initializeAbra().

IFX_EXTERN uint32 IfxMsc_upstreamFractionalBaudCalculator ( Ifx_MSC *  msc,
uint32  baud 
)

Get the step value for the supplied baud rate when divider mode is fractional.

Parameters
mscpointer to the base of MSC registers
baudRequired baud rate
Returns
Step value

Definition at line 114 of file IfxMsc.c.

Referenced by IfxMsc_Msc_initModule().

IFX_EXTERN uint32 IfxMsc_upstreamNormalBaudCalculator ( Ifx_MSC *  msc,
uint32  baud 
)

Get the step value for the supplied baud rate when divider mode is normal.

Parameters
mscpointer to the base of MSC registers
baudRequired baud rate
Returns
Step value

Definition at line 137 of file IfxMsc.c.

Referenced by IfxMsc_Msc_initModule().