boost6 2.0.0.0
|
Functions | |
void | boost6_cfg_setup (boost6_cfg_t *cfg) |
Config Object Initialization function. | |
BOOST6_RETVAL | boost6_init (boost6_t *ctx, boost6_cfg_t *cfg) |
Initialization function. | |
void | boost6_hw_reset (boost6_t *ctx) |
Hardware reset function. | |
void | boost6_power_off (boost6_t *ctx) |
Power OFF function. | |
void | boost6_power_on (boost6_t *ctx) |
Power ON function. | |
void boost6_cfg_setup | ( | boost6_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
void boost6_hw_reset | ( | boost6_t * | ctx | ) |
Hardware reset function.
ctx | Click object. |
@description This function hardware reset the TPS55332-Q1 60-V Output Step Up DC/DC Converter on Boost 6 click by cleared to '0' state of the RST pin, wait the 100 ms, sets to '1' state of the RST pin and wait another the 100 ms.
BOOST6_RETVAL boost6_init | ( | boost6_t * | ctx, |
boost6_cfg_t * | cfg ) |
Initialization function.
ctx | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void boost6_power_off | ( | boost6_t * | ctx | ) |
Power OFF function.
ctx | Click object. |
@description This function power OFF provides electrical off control of the regulator TPS55332-Q1 60-V Output Step Up DC/DC Converter on Boost 6 click by cleared to '0' state of the EN pin.
void boost6_power_on | ( | boost6_t * | ctx | ) |
Power ON function.
ctx | Click object. |
@description This function power ON provides electrical off control of the regulator TPS55332-Q1 60-V Output Step Up DC/DC Converter on Boost 6 click by sets to '1' state of the EN pin.