Physical layer structure. More...
#include <ifx_i2c_config.h>

Public Attributes | |
| uint8_t | buffer [IFX_I2C_FRAME_SIZE+1] |
| Physical layer buffer. More... | |
| uint16_t | buffer_tx_len |
| Tx length. More... | |
| uint16_t | buffer_rx_len |
| Rx length. More... | |
| uint8_t | register_action |
| Action on register, read/write. More... | |
| uint8_t | i2c_cmd |
| i2c read/i2c write More... | |
| uint16_t | retry_counter |
| Retry counter. More... | |
| uint8_t | frame_action |
| Action of frame. Tx/Rx. More... | |
| uint8_t | frame_state |
| Frame state. More... | |
| uint8_t * | p_tx_frame |
| Pointer to data to be sent. More... | |
| uint16_t | tx_frame_len |
| Length of data to be sent. More... | |
| ifx_i2c_event_handler_t | upper_layer_event_handler |
| uint8_t | negotiate_state |
| Negotiation state. More... | |
| uint8_t | request_soft_reset |
| Soft reset requested. More... | |
Physical layer structure.
| uint8_t ifx_i2c_pl::buffer[IFX_I2C_FRAME_SIZE+1] |
Physical layer buffer.
| uint16_t ifx_i2c_pl::buffer_rx_len |
Rx length.
| uint16_t ifx_i2c_pl::buffer_tx_len |
Tx length.
| uint8_t ifx_i2c_pl::frame_action |
Action of frame. Tx/Rx.
| uint8_t ifx_i2c_pl::frame_state |
Frame state.
| uint8_t ifx_i2c_pl::i2c_cmd |
i2c read/i2c write
| uint8_t ifx_i2c_pl::negotiate_state |
Negotiation state.
| uint8_t* ifx_i2c_pl::p_tx_frame |
Pointer to data to be sent.
| uint8_t ifx_i2c_pl::register_action |
Action on register, read/write.
| uint8_t ifx_i2c_pl::request_soft_reset |
Soft reset requested.
| uint16_t ifx_i2c_pl::retry_counter |
Retry counter.
| uint16_t ifx_i2c_pl::tx_frame_len |
Length of data to be sent.
| ifx_i2c_event_handler_t ifx_i2c_pl::upper_layer_event_handler |