iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_EXTERN uint32 IfxMsc_downstreamAbraBaudCalculator | ( | uint32 | baud) |
Get the NDD value for the supplied baud rate when when ABRA block is enabled.
baud | Required baud rate |
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.
msc | pointer to the base of MSC registers |
baud | Required baud rate |
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.
msc | pointer to the base of MSC registers |
baud | Required baud rate |
Definition at line 137 of file IfxMsc.c.
Referenced by IfxMsc_Msc_initModule().