MSP430 DriverLib for MSP430FR5xx_6xx Devices  2.91.13.01
SAPH_configPHYParam Struct Reference

Data Fields

uint16_t channel
 
uint16_t outputValue
 
uint16_t enableOutput
 
uint16_t enableFullPull
 
uint16_t enableTermination
 
uint16_t outputFunction
 
uint16_t pullUpTrim
 Is the channel pull up trim pattern.
 
uint16_t pullDownTrim
 Is the channel pull down trim pattern.
 
uint16_t terminationTrim
 Is the channel termination trim pattern.
 

Field Documentation

§ channel

uint16_t SAPH_configPHYParam::channel

Is the physical output channel to configure.
Valid values are:

  • SAPH_PHY_CHANNEL_1
  • SAPH_PHY_CHANNEL_2

Referenced by SAPH_configurePHY().

§ enableFullPull

uint16_t SAPH_configPHYParam::enableFullPull

Is the channel output full pull enable.
Valid values are:

  • SAPH_PHY_FULLPULL_ENABLE
  • SAPH_PHY_FULLPULL_DISABLE [Default]

Referenced by SAPH_configurePHY().

§ enableOutput

uint16_t SAPH_configPHYParam::enableOutput

Is the channel output enable.
Valid values are:

  • SAPH_PHY_OUTPUT_ENABLE
  • SAPH_PHY_OUTPUT_DISABLE [Default]

Referenced by SAPH_configurePHY().

§ enableTermination

uint16_t SAPH_configPHYParam::enableTermination

Is the channel output termination enable.
Valid values are:

  • SAPH_PHY_TERMINATION_ENABLE
  • SAPH_PHY_TERMINATION_DISABLE [Default]

Referenced by SAPH_configurePHY().

§ outputFunction

uint16_t SAPH_configPHYParam::outputFunction

Is the channel output functional select.
Valid values are:

  • SAPH_PHY_OUTPUT_GENERAL_PURPOSE [Default]
  • SAPH_PHY_OUTPUT_PULSEGENERATOR_SINGLE_DRIVE
  • SAPH_PHY_OUTPUT_PULSEGENERATOR_DIFFERENTIAL_DRIVE

Referenced by SAPH_configurePHY().

§ outputValue

uint16_t SAPH_configPHYParam::outputValue

Is the channel output value.
Valid values are:

  • SAPH_PHY_OUTPUT_HIGH
  • SAPH_PHY_OUTPUT_LOW [Default]

Referenced by SAPH_configurePHY().


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated