Infineon Logo AIROC BTSDK v4.0 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Power Management Integrated Circuit

Defines a driver to facilitate interfacing with a PMIC. More...

Typedefs

typedef void( wiced_hal_pmic_voltage_callback_t )(uint16_t milli_volt)
 PMIC Voltage Callback function type wiced_hal_pmic_voltage_callback_t. More...
 

Functions

void pmu_ldo_trim_v2_set_pmic_fp (wiced_hal_pmic_voltage_callback_t *p_voltage_cb)
 Low Level external FW function definition.
 
void wiced_hal_pmic_voltage_callback_register (wiced_hal_pmic_voltage_callback_t *p_cback)
 Function wiced_bt_sco_hook_init. More...
 

Detailed Description

Defines a driver to facilitate interfacing with a PMIC.

Typedef Documentation

typedef void( wiced_hal_pmic_voltage_callback_t)(uint16_t milli_volt)

PMIC Voltage Callback function type wiced_hal_pmic_voltage_callback_t.

PMIC Voltage Callback function (registered with wiced_hal_pmic_voltage_callback_register)

Parameters
[in]milli_voltVoltage (in millivolts)
Returns
NONE

Function Documentation

void wiced_hal_pmic_voltage_callback_register ( wiced_hal_pmic_voltage_callback_t p_cback)
inline

Function wiced_bt_sco_hook_init.

This function is called for SCO Hook Initialization.

Parameters
[in]p_callbackPointer to application SCO Hook callback function
Returns
NONE