A31G11x F/W Packages  2.5.0
ABOV Cortex-M0+ Core based MCUs Integrated Driver
Data Fields
I2Cn_CFG_Type Struct Reference
Collaboration diagram for I2Cn_CFG_Type:

Data Fields

union {
   I2Cn_M_SETUP_Type   txrx_setup_master
 
   I2Cn_S_SETUP_Type   txrx_setup_slave
 
}; 
 
int32_t dir
 

Detailed Description

I2Cn device configuration structure type

Definition at line 56 of file A31G11x_hal_i2cn.c.

Field Documentation

◆ @3

union { ... }

◆ dir

int32_t dir

Definition at line 63 of file A31G11x_hal_i2cn.c.

Referenced by HAL_I2C_MasterTransferData(), and HAL_I2C_SlaveTransferData().

◆ txrx_setup_master

I2Cn_M_SETUP_Type txrx_setup_master

Transmission setup

Definition at line 60 of file A31G11x_hal_i2cn.c.

Referenced by HAL_I2C_MasterTransferData().

◆ txrx_setup_slave

I2Cn_S_SETUP_Type txrx_setup_slave

Transmission setup

Definition at line 61 of file A31G11x_hal_i2cn.c.

Referenced by HAL_I2C_SlaveTransferData().


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