boost6 2.0.0.0
Public function

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.
 

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.