iLLD_TC27xD  1.0
Data Structures
Collaboration diagram for Data Structures:

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 HSSL module More...
 

Detailed Description


Data Structure Documentation

struct IfxHssl_Hssl_AccessWindow

structure for access windows

Definition at line 412 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 439 of file IfxHssl_Hssl.h.

Collaboration diagram for IfxHssl_Hssl:
Data Fields
IfxHssl_Hssl_errorFlags errorFlags structure for error flags
Ifx_HSSL * hssl pointer to HSSL register
boolean loopBack loopc back selection
struct IfxHssl_Hssl_Channel

channel handle

Definition at line 448 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 461 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 HSSL module

Definition at line 472 of file IfxHssl_Hssl.h.

Collaboration diagram for IfxHssl_Hssl_Config:
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
Ifx_HSSL * hssl pointer to HSSL registers
boolean loopBack loopc back selection
uint16 preDivider Defines the down-scaled module clock to be used by all channel timeout timers.