UBM Middleware
Functions

General Description

This section describes the UBM Function Prototypes.

Functions

mtb_en_ubm_status_t mtb_ubm_init (const mtb_stc_ubm_backplane_cfg_t *config, const mtb_stc_ubm_backplane_control_signals_t *signals, mtb_stc_ubm_context_t *ubm_context)
 Initializes the UBM middleware. More...
 

Function Documentation

◆ mtb_ubm_init()

mtb_en_ubm_status_t mtb_ubm_init ( const mtb_stc_ubm_backplane_cfg_t config,
const mtb_stc_ubm_backplane_control_signals_t signals,
mtb_stc_ubm_context_t ubm_context 
)

Initializes the UBM middleware.

Note
If an error occurs, the state of MCU peripherals in use may be undefined.
Parameters
configThe pointer to the backplane configuration structure.
signalsThe pointer to the signals configuration structure.
ubm_contextThe pointer to the UBM context structure.
Returns
See mtb_en_ubm_status_t.