iLLD_TC27xC
1.0
|
![]() |
Data Structures | |
struct | IfxHssl_Hssl_AccessWindow |
structure for access windows More... | |
struct | IfxHssl_Hssl |
HSSL Handle. More... | |
struct | IfxHssl_Hssl_Channel |
channel handle More... | |
struct | IfxHssl_Hssl_ChannelConfig |
configuration structure for channel More... | |
struct | IfxHssl_Hssl_Config |
configuration structure of the module More... | |
struct IfxHssl_Hssl_AccessWindow |
structure for access windows
Definition at line 230 of file IfxHssl_Hssl.h.
Data Fields | ||
---|---|---|
uint32 | end | end of the access |
uint32 | start | start of the access |
struct IfxHssl_Hssl |
HSSL Handle.
Definition at line 257 of file IfxHssl_Hssl.h.
Data Fields | ||
---|---|---|
IfxHssl_Hssl_errorFlags | errorFlags | structure for error flags |
Ifx_HSCT * | hsct | pointer to HSCT registers |
Ifx_HSSL * | hssl | pointer to HSSL register |
boolean | loopBack | loopc back selection |
struct IfxHssl_Hssl_Channel |
channel handle
Definition at line 267 of file IfxHssl_Hssl.h.
Data Fields | ||
---|---|---|
IfxHssl_ChannelId | channelId | channel number (id) |
IfxHssl_Hssl_FrameRequest | currentFrameRequest | current frame request |
Ifx_HSCT * | hsct | pointer to HSCT registers |
Ifx_HSSL * | hssl | pointer to HSSL registers |
boolean | loopBack | loopback (enable / disable) for streaming transfers within the microcontroller |
IfxHssl_StreamingMode | streamingMode | streaming mode selection ( single / continuous ) |
boolean | streamingModeOn | streaming mode or command mode |
struct IfxHssl_Hssl_ChannelConfig |
configuration structure for channel
Definition at line 280 of file IfxHssl_Hssl.h.
Data Fields | ||
---|---|---|
IfxHssl_ChannelId | channelId | channel number (id) |
Ifx_HSCT * | hsct | pointer to HSCT registers |
Ifx_HSSL * | hssl | pointer to HSSL registers |
boolean | loopBack | loop back (enable / disable) for streaming transfers within the microcontroller |
IfxHssl_StreamingMode | streamingMode | streaming mode selection ( single / continuous ) |
struct IfxHssl_Hssl_Config |
configuration structure of the module
Definition at line 291 of file IfxHssl_Hssl.h.
Data Fields | ||
---|---|---|
IfxHssl_Hssl_AccessWindow | accessWindow0 | access window of channel 0 |
IfxHssl_Hssl_AccessWindow | accessWindow1 | access window of channel 1 |
IfxHssl_Hssl_AccessWindow | accessWindow2 | access window of channel 2 |
IfxHssl_Hssl_AccessWindow | accessWindow3 | access window of channel 3 |
boolean | highSpeedMode | high speed mode selection |
Ifx_HSCT * | hsct | pointer to HSCT registers |
Ifx_HSSL * | hssl | pointer to HSSL registers |
IfxHssl_InterfaceMode | interfaceMode | interface mode (master IF /slave IF) |
boolean | loopBack | loopc back selection |
uint16 | preDivider | Defines the down-scaled module clock to be used by all channel timeout timers. |