iLLD_TC29x
1.0
|
PSI5S basic functionality. More...
#include "IfxPsi5s.h"
Go to the source code of this file.
Functions | |
void | IfxPsi5s_enableAscReceiver (Ifx_PSI5S *psi5s) |
Enable ASC receiver. More... | |
void | IfxPsi5s_enableDisableChannelTriggerCounters (Ifx_PSI5S *psi5s, uint32 channels, uint32 mask) |
Enable/disable any combination of channel trigger counters selected by mask parameter. More... | |
void | IfxPsi5s_enableDisableChannels (Ifx_PSI5S *psi5s, uint32 channels, uint32 mask) |
Enable/disable any combination of channels selected by mask parameter. More... | |
void | IfxPsi5s_resetModule (Ifx_PSI5S *psi5s) |
resets PSI5S kernel More... | |
void | IfxPsi5s_startAscTransactions (Ifx_PSI5S *psi5s) |
Start ASC transactions. More... | |
boolean | IfxPsi5s_getReadFrameStatus (Ifx_PSI5S *psi5s, IfxPsi5s_ChannelId channelId) |
Get the received psi5s frame for the channel. More... | |
PSI5S basic functionality.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxPsi5s.c.
boolean IfxPsi5s_getReadFrameStatus | ( | Ifx_PSI5S * | psi5s, |
IfxPsi5s_ChannelId | channelId | ||
) |
Get the received psi5s frame for the channel.
psi5s | Pointer to PSI5S Module |
channelId | channel ID |
Definition at line 82 of file IfxPsi5s.c.
Referenced by IfxPsi5s_Psi5s_getReadFrameStatus().