UBM Middleware
mtb_stc_ubm_backplane_cfg_t Struct Reference

Description

UBM backplane configuration structure.

Data Fields

uint8_t num_of_hfc
 The number of the HFCs in the backplane. More...
 
uint8_t num_of_dfc
 The number of the DFCs in the backplane. More...
 
uint8_t num_of_routes
 The number of the routes in the backplane. More...
 
uint8_t starting_slot
 UBM starting slot.
 
mtb_stc_ubm_fru_oa_config_toverview_area
 Overview area configuration.
 
mtb_stc_ubm_routing_t route_information [MTB_UBM_ROUTES_MAX_NUM]
 Backplane routing configuration.
 
mtb_stc_ubm_siv_t silicon_identity
 Silicon Identity and Version parameters.
 
mtb_stc_ubm_bp_info_t backplane_info
 Backplane Info parameters.
 
mtb_stc_ubm_capabilities_t capabilities
 UBM comtroller capabilities.
 
cy_stc_eeprom_config_t * fru_config
 Storage configuration for FRU.
 
bool bifurcate_port
 Indicates whether the DFC port link width will be bifurcated. More...
 

Field Documentation

◆ num_of_hfc

uint8_t mtb_stc_ubm_backplane_cfg_t::num_of_hfc

The number of the HFCs in the backplane.

◆ num_of_dfc

uint8_t mtb_stc_ubm_backplane_cfg_t::num_of_dfc

The number of the DFCs in the backplane.

◆ num_of_routes

uint8_t mtb_stc_ubm_backplane_cfg_t::num_of_routes

The number of the routes in the backplane.

◆ starting_slot

uint8_t mtb_stc_ubm_backplane_cfg_t::starting_slot

UBM starting slot.

◆ overview_area

mtb_stc_ubm_fru_oa_config_t* mtb_stc_ubm_backplane_cfg_t::overview_area

Overview area configuration.

◆ route_information

mtb_stc_ubm_routing_t mtb_stc_ubm_backplane_cfg_t::route_information[MTB_UBM_ROUTES_MAX_NUM]

Backplane routing configuration.

◆ silicon_identity

mtb_stc_ubm_siv_t mtb_stc_ubm_backplane_cfg_t::silicon_identity

Silicon Identity and Version parameters.

◆ backplane_info

mtb_stc_ubm_bp_info_t mtb_stc_ubm_backplane_cfg_t::backplane_info

Backplane Info parameters.

◆ capabilities

mtb_stc_ubm_capabilities_t mtb_stc_ubm_backplane_cfg_t::capabilities

UBM comtroller capabilities.

◆ fru_config

cy_stc_eeprom_config_t* mtb_stc_ubm_backplane_cfg_t::fru_config

Storage configuration for FRU.

◆ bifurcate_port

bool mtb_stc_ubm_backplane_cfg_t::bifurcate_port

Indicates whether the DFC port link width will be bifurcated.