sub_tag_t Struct Reference

#include <sub_if.h>

List of all members.

Public Attributes

union {
   struct adc_config_req_st {
      uint8_t   adcsra
      uint8_t   admux
   }   adc_config_req
   struct adc_read_req_st {
      uint8_t   mux [0]
      uint8_t   reads
   }   adc_read_req
   struct adc_read_resp_st {
      uint8_t   adc_lh [0]
      uint8_t   reads
   }   adc_read_resp
   struct bb_i2c_config_req_st {
      uint8_t   mode
      uint8_t   stretch
   }   bb_i2c_config_req
   struct bb_i2c_rdwr_req_st {
      uint8_t   channel
      uint8_t   flags
      uint8_t   ma [0]
      uint8_t   ma_sz
      uint8_t   sa
      uint8_t   sz
   }   bb_i2c_rdwr_req
   struct bb_i2c_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   bb_i2c_rdwr_resp
   struct bb_i2c_scan_req_st {
      uint8_t   channel
   }   bb_i2c_scan_req
   struct bb_i2c_start_req_st {
      uint8_t   channel
      uint8_t   restart
   }   bb_i2c_start_req
   struct bb_i2c_start_resp_st {
      uint8_t   status
   }   bb_i2c_start_resp
   struct bb_i2c_stop_req_st {
      uint8_t   channel
   }   bb_i2c_stop_req
   struct bb_i2c_stop_resp_st {
      uint8_t   status
   }   bb_i2c_stop_resp
   uint8_t   data [0]
   struct fast_pwm_config_req_st {
      uint8_t   ICRH
      uint8_t   ICRL
      uint8_t   TCCRA
      uint8_t   TCCRB
      uint8_t   TCCRC
   }   fast_pwm_config_req
   struct fast_pwm_set_req_st {
      uint8_t   duty_hi
      uint8_t   duty_lo
      uint8_t   pwm_n
   }   fast_pwm_set_req
   struct FIFO_config_req_st {
      uint8_t   flags
      uint8_t   selector
   }   FIFO_config_req
   struct get_version_resp_st {
      uint8_t   boot
      uint8_t   major
      uint8_t   micro
      uint8_t   minor
   }   get_version_resp
   struct gpio_req_st {
      uint8_t   mask [4]
      uint8_t   val [4]
   }   gpio_req
   struct gpio_resp_st {
      uint8_t   val [4]
   }   gpio_resp
   struct gpiob_req_st {
      uint8_t   mask
      uint8_t   val
   }   gpiob_req
   struct gpiob_resp_st {
      uint8_t   val
   }   gpiob_resp
   struct i2c_baud_req_st {
      uint8_t   twi_TWBR
      uint8_t   twi_TWPS
   }   i2c_baud_req
   struct i2c_baud_resp_st {
      uint8_t   twi_TWBR
      uint8_t   twi_TWPS
   }   i2c_baud_resp
   struct i2c_config_req_st {
      uint8_t   flags
      uint8_t   sa
   }   i2c_config_req
   struct i2c_generic_req_st {
      uint8_t   data [0]
      uint8_t   flags
      uint8_t   sa
      uint8_t   sz
   }   i2c_generic_req
   struct i2c_generic_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   i2c_generic_resp
   struct i2c_rdwr_req_st {
      uint8_t   flags
      uint8_t   ma [0]
      uint8_t   ma_sz
      uint8_t   sa
      uint8_t   sz
   }   i2c_rdwr_req
   struct i2c_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   i2c_rdwr_resp
   struct i2c_scan_resp_st {
      uint8_t   slave_buf [0]
      uint8_t   slave_n
   }   i2c_scan_resp
   struct i2c_start_req_st {
      uint8_t   restart
   }   i2c_start_req
   struct i2c_start_resp_st {
      uint8_t   status
   }   i2c_start_resp
   struct i2c_stop_resp_st {
      uint8_t   status
   }   i2c_stop_resp
   struct ir_config_req_st {
      uint8_t   ICRH
      uint8_t   ICRL
      union ir_config_mode_un {
         struct {
            uint8_t   pp_bit
         }   row_mode
         struct {
            uint8_t   pp_bit
         }   uart_mode
      }   ir_config_mode
      uint8_t   mode
      uint8_t   OCRH
      uint8_t   OCRL
   }   ir_config_req
   struct ir_tx_req_st {
      uint8_t   buf [0]
      uint8_t   sz
   }   ir_tx_req
   struct ir_tx_resp_st {
      uint8_t   status
   }   ir_tx_resp
   struct LCD_write_req_st {
      char   str [SUB_MAX_LCD_STR]
   }   LCD_write_req
   struct LCD_write_resp_st {
      uint8_t   status
   }   LCD_write_resp
   struct mdio_xfer_req_st {
      uint8_t   n
      struct mdio_xfer_st {
         uint8_t   data_hi
         uint8_t   data_lo
         uint8_t   devad
         uint8_t   op_prtad
      }   xfer [0]
   }   mdio_xfer_req
   struct pwm_config_req_st {
      uint8_t   limit
      uint8_t   OCRA
      uint8_t   TCCRA
      uint8_t   TCCRB
   }   pwm_config_req
   struct pwm_set_req_st {
      uint8_t   duty
      uint8_t   pwm_n
   }   pwm_set_req
   struct RS_config_req_st {
      uint8_t   UBRRH
      uint8_t   UBRRL
      uint8_t   UCSRC
   }   RS_config_req
   struct RS_config_resp_st {
      uint8_t   UBRRH
      uint8_t   UBRRL
      uint8_t   UCSRC
   }   RS_config_resp
   struct RS_timing_req_st {
      uint8_t   flags
      uint16_t   rx_byte_to
      uint16_t   rx_msg_to
      uint16_t   tx_space
   }   RS_timing_req
   struct RS_xfer_req_st {
      uint8_t   rx_sz
      uint8_t   tx_buf [0]
   }   RS_xfer_req
   struct RS_xfer_resp_st {
      uint8_t   rx_buf [0]
      uint8_t   rx_sz
   }   RS_xfer_resp
   struct spi_config_req_st {
      uint8_t   spi_SPCR
   }   spi_config_req
   struct spi_config_resp_st {
      uint8_t   spi_SPCR
   }   spi_config_resp
   struct spi_rdwr_req_st {
      uint8_t   data [0]
      uint8_t   SS_config
      uint8_t   sz
   }   spi_rdwr_req
   struct spi_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   sz
   }   spi_rdwr_resp
   struct spi_sdio_rdwr_req_st {
      uint8_t   data [0]
      uint8_t   in_sz
      uint8_t   out_sz
      uint8_t   SS_config
   }   spi_sdio_rdwr_req
   struct spi_sdio_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   in_sz
   }   spi_sdio_rdwr_resp
}; 
union {
   struct adc_config_req_st {
      uint8_t   adcsra
      uint8_t   admux
   }   adc_config_req
   struct adc_read_req_st {
      uint8_t   mux [0]
      uint8_t   reads
   }   adc_read_req
   struct adc_read_resp_st {
      uint8_t   adc_lh [0]
      uint8_t   reads
   }   adc_read_resp
   struct bb_i2c_config_req_st {
      uint8_t   mode
      uint8_t   stretch
   }   bb_i2c_config_req
   struct bb_i2c_rdwr_req_st {
      uint8_t   channel
      uint8_t   flags
      uint8_t   ma [0]
      uint8_t   ma_sz
      uint8_t   sa
      uint8_t   sz
   }   bb_i2c_rdwr_req
   struct bb_i2c_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   bb_i2c_rdwr_resp
   struct bb_i2c_scan_req_st {
      uint8_t   channel
   }   bb_i2c_scan_req
   struct bb_i2c_start_req_st {
      uint8_t   channel
      uint8_t   restart
   }   bb_i2c_start_req
   struct bb_i2c_start_resp_st {
      uint8_t   status
   }   bb_i2c_start_resp
   struct bb_i2c_stop_req_st {
      uint8_t   channel
   }   bb_i2c_stop_req
   struct bb_i2c_stop_resp_st {
      uint8_t   status
   }   bb_i2c_stop_resp
   uint8_t   data [0]
   struct fast_pwm_config_req_st {
      uint8_t   ICRH
      uint8_t   ICRL
      uint8_t   TCCRA
      uint8_t   TCCRB
      uint8_t   TCCRC
   }   fast_pwm_config_req
   struct fast_pwm_set_req_st {
      uint8_t   duty_hi
      uint8_t   duty_lo
      uint8_t   pwm_n
   }   fast_pwm_set_req
   struct FIFO_config_req_st {
      uint8_t   flags
      uint8_t   selector
   }   FIFO_config_req
   struct get_version_resp_st {
      uint8_t   boot
      uint8_t   major
      uint8_t   micro
      uint8_t   minor
   }   get_version_resp
   struct gpio_req_st {
      uint8_t   mask [4]
      uint8_t   val [4]
   }   gpio_req
   struct gpio_resp_st {
      uint8_t   val [4]
   }   gpio_resp
   struct gpiob_req_st {
      uint8_t   mask
      uint8_t   val
   }   gpiob_req
   struct gpiob_resp_st {
      uint8_t   val
   }   gpiob_resp
   struct i2c_baud_req_st {
      uint8_t   twi_TWBR
      uint8_t   twi_TWPS
   }   i2c_baud_req
   struct i2c_baud_resp_st {
      uint8_t   twi_TWBR
      uint8_t   twi_TWPS
   }   i2c_baud_resp
   struct i2c_config_req_st {
      uint8_t   flags
      uint8_t   sa
   }   i2c_config_req
   struct i2c_generic_req_st {
      uint8_t   data [0]
      uint8_t   flags
      uint8_t   sa
      uint8_t   sz
   }   i2c_generic_req
   struct i2c_generic_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   i2c_generic_resp
   struct i2c_rdwr_req_st {
      uint8_t   flags
      uint8_t   ma [0]
      uint8_t   ma_sz
      uint8_t   sa
      uint8_t   sz
   }   i2c_rdwr_req
   struct i2c_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   status
   }   i2c_rdwr_resp
   struct i2c_scan_resp_st {
      uint8_t   slave_buf [0]
      uint8_t   slave_n
   }   i2c_scan_resp
   struct i2c_start_req_st {
      uint8_t   restart
   }   i2c_start_req
   struct i2c_start_resp_st {
      uint8_t   status
   }   i2c_start_resp
   struct i2c_stop_resp_st {
      uint8_t   status
   }   i2c_stop_resp
   struct ir_config_req_st {
      uint8_t   ICRH
      uint8_t   ICRL
      union ir_config_mode_un {
         struct {
            uint8_t   pp_bit
         }   row_mode
         struct {
            uint8_t   pp_bit
         }   uart_mode
      }   ir_config_mode
      uint8_t   mode
      uint8_t   OCRH
      uint8_t   OCRL
   }   ir_config_req
   struct ir_tx_req_st {
      uint8_t   buf [0]
      uint8_t   sz
   }   ir_tx_req
   struct ir_tx_resp_st {
      uint8_t   status
   }   ir_tx_resp
   struct LCD_write_req_st {
      char   str [SUB_MAX_LCD_STR]
   }   LCD_write_req
   struct LCD_write_resp_st {
      uint8_t   status
   }   LCD_write_resp
   struct mdio_xfer_req_st {
      uint8_t   n
      struct mdio_xfer_st {
         uint8_t   data_hi
         uint8_t   data_lo
         uint8_t   devad
         uint8_t   op_prtad
      }   xfer [0]
   }   mdio_xfer_req
   struct pwm_config_req_st {
      uint8_t   limit
      uint8_t   OCRA
      uint8_t   TCCRA
      uint8_t   TCCRB
   }   pwm_config_req
   struct pwm_set_req_st {
      uint8_t   duty
      uint8_t   pwm_n
   }   pwm_set_req
   struct RS_config_req_st {
      uint8_t   UBRRH
      uint8_t   UBRRL
      uint8_t   UCSRC
   }   RS_config_req
   struct RS_config_resp_st {
      uint8_t   UBRRH
      uint8_t   UBRRL
      uint8_t   UCSRC
   }   RS_config_resp
   struct RS_timing_req_st {
      uint8_t   flags
      uint16_t   rx_byte_to
      uint16_t   rx_msg_to
      uint16_t   tx_space
   }   RS_timing_req
   struct RS_xfer_req_st {
      uint8_t   rx_sz
      uint8_t   tx_buf [0]
   }   RS_xfer_req
   struct RS_xfer_resp_st {
      uint8_t   rx_buf [0]
      uint8_t   rx_sz
   }   RS_xfer_resp
   struct spi_config_req_st {
      uint8_t   spi_SPCR
   }   spi_config_req
   struct spi_config_resp_st {
      uint8_t   spi_SPCR
   }   spi_config_resp
   struct spi_rdwr_req_st {
      uint8_t   data [0]
      uint8_t   SS_config
      uint8_t   sz
   }   spi_rdwr_req
   struct spi_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   sz
   }   spi_rdwr_resp
   struct spi_sdio_rdwr_req_st {
      uint8_t   data [0]
      uint8_t   in_sz
      uint8_t   out_sz
      uint8_t   SS_config
   }   spi_sdio_rdwr_req
   struct spi_sdio_rdwr_resp_st {
      uint8_t   data [0]
      uint8_t   in_sz
   }   spi_sdio_rdwr_resp
}; 
uint8_t code
uint8_t size

Detailed Description

Definition at line 38 of file lib/sub_if.h.


Member Data Documentation

union { ... }
union { ... }
struct { ... } ::adc_config_req_st sub_tag_t::adc_config_req
struct { ... } ::adc_config_req_st sub_tag_t::adc_config_req
uint8_t sub_tag_t::adc_lh[0]

Definition at line 317 of file lib/sub_if.h.

struct { ... } ::adc_read_req_st sub_tag_t::adc_read_req
struct { ... } ::adc_read_req_st sub_tag_t::adc_read_req
struct { ... } ::adc_read_resp_st sub_tag_t::adc_read_resp
struct { ... } ::adc_read_resp_st sub_tag_t::adc_read_resp

Definition at line 305 of file lib/sub_if.h.

Definition at line 304 of file lib/sub_if.h.

struct { ... } ::bb_i2c_config_req_st sub_tag_t::bb_i2c_config_req
struct { ... } ::bb_i2c_config_req_st sub_tag_t::bb_i2c_config_req
struct { ... } ::bb_i2c_rdwr_req_st sub_tag_t::bb_i2c_rdwr_req
struct { ... } ::bb_i2c_rdwr_req_st sub_tag_t::bb_i2c_rdwr_req
struct { ... } ::bb_i2c_rdwr_resp_st sub_tag_t::bb_i2c_rdwr_resp
struct { ... } ::bb_i2c_rdwr_resp_st sub_tag_t::bb_i2c_rdwr_resp
struct { ... } ::bb_i2c_scan_req_st sub_tag_t::bb_i2c_scan_req
struct { ... } ::bb_i2c_scan_req_st sub_tag_t::bb_i2c_scan_req
struct { ... } ::bb_i2c_start_req_st sub_tag_t::bb_i2c_start_req
struct { ... } ::bb_i2c_start_req_st sub_tag_t::bb_i2c_start_req
struct { ... } ::bb_i2c_start_resp_st sub_tag_t::bb_i2c_start_resp
struct { ... } ::bb_i2c_start_resp_st sub_tag_t::bb_i2c_start_resp
struct { ... } ::bb_i2c_stop_req_st sub_tag_t::bb_i2c_stop_req
struct { ... } ::bb_i2c_stop_req_st sub_tag_t::bb_i2c_stop_req
struct { ... } ::bb_i2c_stop_resp_st sub_tag_t::bb_i2c_stop_resp
struct { ... } ::bb_i2c_stop_resp_st sub_tag_t::bb_i2c_stop_resp
uint8_t sub_tag_t::boot

Definition at line 103 of file lib/sub_if.h.

uint8_t sub_tag_t::buf[0]

Definition at line 456 of file lib/sub_if.h.

Definition at line 379 of file lib/sub_if.h.

uint8_t sub_tag_t::code

Definition at line 40 of file lib/sub_if.h.

uint8_t sub_tag_t::data[0]

Definition at line 95 of file lib/sub_if.h.

Definition at line 240 of file lib/sub_if.h.

Definition at line 239 of file lib/sub_if.h.

Definition at line 238 of file lib/sub_if.h.

uint8_t sub_tag_t::duty

Definition at line 298 of file lib/sub_if.h.

Definition at line 283 of file lib/sub_if.h.

Definition at line 282 of file lib/sub_if.h.

struct { ... } ::fast_pwm_config_req_st sub_tag_t::fast_pwm_config_req
struct { ... } ::fast_pwm_config_req_st sub_tag_t::fast_pwm_config_req
struct { ... } ::fast_pwm_set_req_st sub_tag_t::fast_pwm_set_req
struct { ... } ::fast_pwm_set_req_st sub_tag_t::fast_pwm_set_req
struct { ... } ::FIFO_config_req_st sub_tag_t::FIFO_config_req
struct { ... } ::FIFO_config_req_st sub_tag_t::FIFO_config_req

Definition at line 127 of file lib/sub_if.h.

struct { ... } ::get_version_resp_st sub_tag_t::get_version_resp
struct { ... } ::get_version_resp_st sub_tag_t::get_version_resp
struct { ... } ::gpio_req_st sub_tag_t::gpio_req
struct { ... } ::gpio_req_st sub_tag_t::gpio_req
struct { ... } ::gpio_resp_st sub_tag_t::gpio_resp
struct { ... } ::gpio_resp_st sub_tag_t::gpio_resp
struct { ... } ::gpiob_req_st sub_tag_t::gpiob_req
struct { ... } ::gpiob_req_st sub_tag_t::gpiob_req
struct { ... } ::gpiob_resp_st sub_tag_t::gpiob_resp
struct { ... } ::gpiob_resp_st sub_tag_t::gpiob_resp
struct { ... } ::i2c_baud_req_st sub_tag_t::i2c_baud_req
struct { ... } ::i2c_baud_req_st sub_tag_t::i2c_baud_req
struct { ... } ::i2c_baud_resp_st sub_tag_t::i2c_baud_resp
struct { ... } ::i2c_baud_resp_st sub_tag_t::i2c_baud_resp
struct { ... } ::i2c_config_req_st sub_tag_t::i2c_config_req
struct { ... } ::i2c_config_req_st sub_tag_t::i2c_config_req
struct { ... } ::i2c_generic_req_st sub_tag_t::i2c_generic_req
struct { ... } ::i2c_generic_req_st sub_tag_t::i2c_generic_req
struct { ... } ::i2c_generic_resp_st sub_tag_t::i2c_generic_resp
struct { ... } ::i2c_generic_resp_st sub_tag_t::i2c_generic_resp
struct { ... } ::i2c_rdwr_req_st sub_tag_t::i2c_rdwr_req
struct { ... } ::i2c_rdwr_req_st sub_tag_t::i2c_rdwr_req
struct { ... } ::i2c_rdwr_resp_st sub_tag_t::i2c_rdwr_resp
struct { ... } ::i2c_rdwr_resp_st sub_tag_t::i2c_rdwr_resp
struct { ... } ::i2c_scan_resp_st sub_tag_t::i2c_scan_resp
struct { ... } ::i2c_scan_resp_st sub_tag_t::i2c_scan_resp
struct { ... } ::i2c_start_req_st sub_tag_t::i2c_start_req
struct { ... } ::i2c_start_req_st sub_tag_t::i2c_start_req
struct { ... } ::i2c_start_resp_st sub_tag_t::i2c_start_resp
struct { ... } ::i2c_start_resp_st sub_tag_t::i2c_start_resp
struct { ... } ::i2c_stop_resp_st sub_tag_t::i2c_stop_resp
struct { ... } ::i2c_stop_resp_st sub_tag_t::i2c_stop_resp
uint8_t sub_tag_t::ICRH

Definition at line 276 of file lib/sub_if.h.

uint8_t sub_tag_t::ICRL

Definition at line 275 of file lib/sub_if.h.

Definition at line 220 of file lib/sub_if.h.

union { ... } ::ir_config_req_st::ir_config_mode_un sub_tag_t::ir_config_mode
union { ... } ::ir_config_req_st::ir_config_mode_un sub_tag_t::ir_config_mode
struct { ... } ::ir_config_req_st sub_tag_t::ir_config_req
struct { ... } ::ir_config_req_st sub_tag_t::ir_config_req
struct { ... } ::ir_tx_req_st sub_tag_t::ir_tx_req
struct { ... } ::ir_tx_req_st sub_tag_t::ir_tx_req
struct { ... } ::ir_tx_resp_st sub_tag_t::ir_tx_resp
struct { ... } ::ir_tx_resp_st sub_tag_t::ir_tx_resp
struct { ... } ::LCD_write_req_st sub_tag_t::LCD_write_req
struct { ... } ::LCD_write_req_st sub_tag_t::LCD_write_req
struct { ... } ::LCD_write_resp_st sub_tag_t::LCD_write_resp
struct { ... } ::LCD_write_resp_st sub_tag_t::LCD_write_resp

Definition at line 292 of file lib/sub_if.h.

uint8_t sub_tag_t::ma[0]

Definition at line 148 of file lib/sub_if.h.

Definition at line 146 of file lib/sub_if.h.

Definition at line 102 of file lib/sub_if.h.

uint8_t sub_tag_t::mask

Definition at line 248 of file lib/sub_if.h.

struct { ... } ::mdio_xfer_req_st sub_tag_t::mdio_xfer_req
struct { ... } ::mdio_xfer_req_st sub_tag_t::mdio_xfer_req

Definition at line 100 of file lib/sub_if.h.

Definition at line 101 of file lib/sub_if.h.

uint8_t sub_tag_t::mode

Definition at line 421 of file lib/sub_if.h.

uint8_t sub_tag_t::mux[0]

Definition at line 312 of file lib/sub_if.h.

uint8_t sub_tag_t::n

Definition at line 234 of file lib/sub_if.h.

uint8_t sub_tag_t::OCRA

Definition at line 291 of file lib/sub_if.h.

uint8_t sub_tag_t::OCRH

Definition at line 437 of file lib/sub_if.h.

uint8_t sub_tag_t::OCRL

Definition at line 436 of file lib/sub_if.h.

Definition at line 237 of file lib/sub_if.h.

Definition at line 219 of file lib/sub_if.h.

Definition at line 443 of file lib/sub_if.h.

struct { ... } ::pwm_config_req_st sub_tag_t::pwm_config_req
struct { ... } ::pwm_config_req_st sub_tag_t::pwm_config_req

Definition at line 281 of file lib/sub_if.h.

struct { ... } ::pwm_set_req_st sub_tag_t::pwm_set_req
struct { ... } ::pwm_set_req_st sub_tag_t::pwm_set_req

Definition at line 310 of file lib/sub_if.h.

Definition at line 109 of file lib/sub_if.h.

struct { ... } sub_tag_t::row_mode
struct { ... } sub_tag_t::row_mode
struct { ... } ::RS_config_req_st sub_tag_t::RS_config_req
struct { ... } ::RS_config_req_st sub_tag_t::RS_config_req
struct { ... } ::RS_config_resp_st sub_tag_t::RS_config_resp
struct { ... } ::RS_config_resp_st sub_tag_t::RS_config_resp
struct { ... } ::RS_timing_req_st sub_tag_t::RS_timing_req
struct { ... } ::RS_timing_req_st sub_tag_t::RS_timing_req
struct { ... } ::RS_xfer_req_st sub_tag_t::RS_xfer_req
struct { ... } ::RS_xfer_req_st sub_tag_t::RS_xfer_req
struct { ... } ::RS_xfer_resp_st sub_tag_t::RS_xfer_resp
struct { ... } ::RS_xfer_resp_st sub_tag_t::RS_xfer_resp
uint8_t sub_tag_t::rx_buf[0]

Definition at line 365 of file lib/sub_if.h.

Definition at line 353 of file lib/sub_if.h.

Definition at line 352 of file lib/sub_if.h.

Definition at line 358 of file lib/sub_if.h.

uint8_t sub_tag_t::sa

Definition at line 126 of file lib/sub_if.h.

Definition at line 372 of file lib/sub_if.h.

uint8_t sub_tag_t::size

Definition at line 91 of file lib/sub_if.h.

Definition at line 184 of file lib/sub_if.h.

Definition at line 183 of file lib/sub_if.h.

struct { ... } ::spi_config_req_st sub_tag_t::spi_config_req
struct { ... } ::spi_config_req_st sub_tag_t::spi_config_req
struct { ... } ::spi_config_resp_st sub_tag_t::spi_config_resp
struct { ... } ::spi_config_resp_st sub_tag_t::spi_config_resp
struct { ... } ::spi_rdwr_req_st sub_tag_t::spi_rdwr_req
struct { ... } ::spi_rdwr_req_st sub_tag_t::spi_rdwr_req
struct { ... } ::spi_rdwr_resp_st sub_tag_t::spi_rdwr_resp
struct { ... } ::spi_rdwr_resp_st sub_tag_t::spi_rdwr_resp
struct { ... } ::spi_sdio_rdwr_req_st sub_tag_t::spi_sdio_rdwr_req
struct { ... } ::spi_sdio_rdwr_req_st sub_tag_t::spi_sdio_rdwr_req
struct { ... } ::spi_sdio_rdwr_resp_st sub_tag_t::spi_sdio_rdwr_resp
struct { ... } ::spi_sdio_rdwr_resp_st sub_tag_t::spi_sdio_rdwr_resp

Definition at line 191 of file lib/sub_if.h.

Definition at line 202 of file lib/sub_if.h.

Definition at line 114 of file lib/sub_if.h.

char sub_tag_t::str[SUB_MAX_LCD_STR]

Definition at line 324 of file lib/sub_if.h.

Definition at line 422 of file lib/sub_if.h.

uint8_t sub_tag_t::sz

Definition at line 131 of file lib/sub_if.h.

Definition at line 272 of file lib/sub_if.h.

Definition at line 273 of file lib/sub_if.h.

Definition at line 274 of file lib/sub_if.h.

Definition at line 162 of file lib/sub_if.h.

Definition at line 163 of file lib/sub_if.h.

uint8_t sub_tag_t::tx_buf[0]

Definition at line 359 of file lib/sub_if.h.

Definition at line 351 of file lib/sub_if.h.

struct { ... } sub_tag_t::uart_mode
struct { ... } sub_tag_t::uart_mode

Definition at line 338 of file lib/sub_if.h.

Definition at line 337 of file lib/sub_if.h.

Definition at line 336 of file lib/sub_if.h.

uint8_t sub_tag_t::val

Definition at line 249 of file lib/sub_if.h.

struct { ... } ::mdio_xfer_req_st::mdio_xfer_st sub_tag_t::xfer[0]
struct { ... } ::mdio_xfer_req_st::mdio_xfer_st sub_tag_t::xfer[0]

The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerator Defines


sub20
Author(s): Sebastian Haug
autogenerated on Fri Jan 11 09:59:56 2013