|
enum | IfxHssl_ChannelId {
IfxHssl_ChannelId_0,
IfxHssl_ChannelId_1,
IfxHssl_ChannelId_2,
IfxHssl_ChannelId_3
} |
| channel selection More...
|
|
enum | IfxHssl_ClockFrequencyRate {
IfxHssl_ClockFrequencyRate_20Mhz = 0,
IfxHssl_ClockFrequencyRate_10Mhz = 1
} |
| SysClk / Reference Clock Frequency rate Definition in Ifx_HSCT.INIT.B.SRCF. More...
|
|
enum | IfxHssl_Command {
IfxHssl_Command_noAction = 0,
IfxHssl_Command_readFrame = 1,
IfxHssl_Command_writeFrame = 2,
IfxHssl_Command_triggerFrame = 3
} |
| communication command selection Definition in Ifx_HSSL.I.ICON.B.RWT More...
|
|
enum | IfxHssl_ControlCommand {
IfxHssl_ControlCommand_ping = 0,
IfxHssl_ControlCommand_highSpeedClockStart = 2,
IfxHssl_ControlCommand_highSpeedClockStop = 4,
IfxHssl_ControlCommand_lowSpeedTransmission = 8,
IfxHssl_ControlCommand_highSpeedTransmission = 16,
IfxHssl_ControlCommand_lowSpeedReception = 32,
IfxHssl_ControlCommand_mediumSpeedReception = 64,
IfxHssl_ControlCommand_highSpeedReception = 128,
IfxHssl_ControlCommand_enableReception = 49,
IfxHssl_ControlCommand_disableReception = 50,
IfxHssl_ControlCommand_turnOnClockTestMode = 52,
IfxHssl_ControlCommand_turnOffClockTestMode = 56,
IfxHssl_ControlCommand_turnOnPayloadLoopback = 255
} |
| predefined control command payload values More...
|
|
enum | IfxHssl_DataLength {
IfxHssl_DataLength_8bit = 0,
IfxHssl_DataLength_16bit = 1,
IfxHssl_DataLength_32bit = 2
} |
| Defines the length of the data in bits of the write and read command. Definition in Ifx_HSSL.I.ICON.B.DATLEN. More...
|
|
enum | IfxHssl_InterfaceMode {
IfxHssl_InterfaceMode_master = 0,
IfxHssl_InterfaceMode_slave = 1
} |
| interface mode (master IF /slave IF) Definition in Ifx_HSCT.INIT.B.IFM More...
|
|
enum | IfxHssl_MasterModeRxSpeed {
IfxHssl_MasterModeRxSpeed_lowSpeed = 0,
IfxHssl_MasterModeRxSpeed_mediumSpeed = 1,
IfxHssl_MasterModeRxSpeed_highSpeed = 2
} |
| master mode receive speed Definition in Ifx_HSCT.IFCTRL.B.MRXSPEED More...
|
|
enum | IfxHssl_MasterModeTxSpeed {
IfxHssl_MasterModeTxSpeed_lowSpeed = 0,
IfxHssl_MasterModeTxSpeed_highSpeed = 2
} |
| master mode transmit speed Definition in Ifx_HSCT.IFCTRL.B.MTXSPEED More...
|
|
enum | IfxHssl_PllReferenceClock {
IfxHssl_PllReferenceClock_hsctSystemClockInput = 0,
IfxHssl_PllReferenceClock_oscillatorInput = 1
} |
| PLL reference clock Definition in Ifx_HSCT.CONFIGPHY.B.OSCCLKEN. More...
|
|
enum | IfxHssl_StreamingMode {
IfxHssl_StreamingMode_continuous = 0,
IfxHssl_StreamingMode_single = 1
} |
| streaming mode ( single / continuous ) Definition in Ifx_HSSL.CFG.B.SMT/SMR More...
|
|
HSSL basic functionality.
- Version
- iLLD_0_1_0_10
- Copyright
- Copyright (c) 2013 Infineon Technologies AG. All rights reserved.
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 IfxHssl.h.