boost6  2.0.0.0
Functions
Public function

Functions

void boost6_cfg_setup (boost6_cfg_t *cfg)
 Config Object Initialization function. More...
 
BOOST6_RETVAL boost6_init (boost6_t *ctx, boost6_cfg_t *cfg)
 Initialization function. More...
 
void boost6_hw_reset (boost6_t *ctx)
 Hardware reset function. More...
 
void boost6_power_off (boost6_t *ctx)
 Power OFF function. More...
 
void boost6_power_on (boost6_t *ctx)
 Power ON function. More...
 

Detailed Description

Function Documentation

◆ boost6_cfg_setup()

void boost6_cfg_setup ( boost6_cfg_t cfg)

Config Object Initialization function.

Parameters
cfgClick configuration structure.

@description This function initializes Click configuration structure to init state.

Note
All used pins will be set to unconnected state.

◆ boost6_hw_reset()

void boost6_hw_reset ( boost6_t ctx)

Hardware reset function.

Parameters
ctxClick 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_init()

BOOST6_RETVAL boost6_init ( boost6_t ctx,
boost6_cfg_t cfg 
)

Initialization function.

Parameters
ctxClick object.
cfgClick configuration structure.

@description This function initializes all necessary pins and peripherals used for this Click.

◆ boost6_power_off()

void boost6_power_off ( boost6_t ctx)

Power OFF function.

Parameters
ctxClick 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.

◆ boost6_power_on()

void boost6_power_on ( boost6_t ctx)

Power ON function.

Parameters
ctxClick 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.