boost3 2.0.0.0
Public function

Functions

void boost3_cfg_setup (boost3_cfg_t *cfg)
 Config Object Initialization function.
 
BOOST3_RETVAL boost3_init (boost3_t *ctx, boost3_cfg_t *cfg)
 Initialization function.
 
void boost3_dev_enable (boost3_t *ctx, uint8_t state)
 Device Enable function.
 

Detailed Description

Function Documentation

◆ boost3_cfg_setup()

void boost3_cfg_setup ( boost3_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.

◆ boost3_dev_enable()

void boost3_dev_enable ( boost3_t * ctx,
uint8_t state )

Device Enable function.

Parameters
ctxClick object.
statevalue that defines the state of the device.

@description Function is used to enable or disable the device.

◆ boost3_init()

BOOST3_RETVAL boost3_init ( boost3_t * ctx,
boost3_cfg_t * cfg )

Initialization function.

Parameters
ctxClick object.
cfgClick configuration structure.

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