PSOC E8XXGP Device Support Library
mtb_hal_i2c_configurator_t Struct Reference

Description

I2C configurator struct.

This struct allows a configurator to provide block configuration information to the HAL. Because configurator-generated configurations are platform specific, the contents of this struct is subject to change between platforms and/or HAL releases.

Data Fields

CySCB_Typebase
 Base address for the SCB.
 
const cy_stc_scb_i2c_config_tconfig
 PDL-level configuration structure.
 
const mtb_hal_clock_tclock
 Default clock object.
 

Field Documentation

◆ base

CySCB_Type* mtb_hal_i2c_configurator_t::base

Base address for the SCB.

◆ config

const cy_stc_scb_i2c_config_t* mtb_hal_i2c_configurator_t::config

PDL-level configuration structure.

◆ clock

const mtb_hal_clock_t* mtb_hal_i2c_configurator_t::clock

Default clock object.