iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_EXTERN IfxMsc_Target | IfxMsc_Msc_getTarget (IfxMsc_Msc *msc, IfxMsc_Msc_Target target) |
get the target during high and low phase More... | |
IFX_EXTERN void | IfxMsc_Msc_setCommandTarget (IfxMsc_Msc *msc, IfxMsc_Target enX) |
set the command for target More... | |
IFX_EXTERN void | IfxMsc_Msc_setDataTarget (IfxMsc_Msc *msc, IfxMsc_Target enXHigh, IfxMsc_Target enXLow) |
set the target data to be transmitted during low and high phase More... | |
IFX_EXTERN IfxMsc_Target IfxMsc_Msc_getTarget | ( | IfxMsc_Msc * | msc, |
IfxMsc_Msc_Target | target | ||
) |
get the target during high and low phase
msc | pointer to the MSC module handle |
target | low phase target or high phase target |
Definition at line 41 of file IfxMsc_Msc.c.
Referenced by IfxMsc_Msc_initModule().
IFX_EXTERN void IfxMsc_Msc_setCommandTarget | ( | IfxMsc_Msc * | msc, |
IfxMsc_Target | enX | ||
) |
set the command for target
msc | pointer to the MSC module handle |
enX | enX target to be selected |
Definition at line 643 of file IfxMsc_Msc.c.
IFX_EXTERN void IfxMsc_Msc_setDataTarget | ( | IfxMsc_Msc * | msc, |
IfxMsc_Target | enXHigh, | ||
IfxMsc_Target | enXLow | ||
) |
set the target data to be transmitted during low and high phase
msc | pointer to the MSC module handle |
enXHigh | high target to be selected |
enXLow | low target to be selected |
Definition at line 651 of file IfxMsc_Msc.c.