FRDM-KW40Z Demo Software Reference Manual  Rev 0.0
NXP Semiconductors
IR Controller Parameters

Overview

This module includes the definition of time parameters and command codes for different TVs.

Data Structures

struct  controller_parameter_list_t
 

Variables

controller_parameter_list_t controllerParameterList [3]
 

Data Structure Documentation

struct controller_parameter_list_t

TV Controller parameter structure.

Data Fields
ir_controller_parameters_t controllerTimingParameters Timing parameters (see ir_controller_parameters_t).
uint32_t controllerCommands[6] Controller command codes for these functions:
  1. On/Off
  2. Mute
  3. Volume +
  4. Volume -
  5. Channel +
  6. Channel -
    Note
    The command codes must be left-aligned
uint8_t bitsPerCommand Size of the command in bytes (see controller specification)
uint8_t commandRepeatTimes Number of times a command must be repeated to be valid (see controller specification)

Variable Documentation

controller_parameter_list_t controllerParameterList[3]

List of controller parameters of type controller_parameter_list_t supported in this driver.