buckboost3 2.0.0.0
|
Functions | |
void | buckboost3_cfg_setup (buckboost3_cfg_t *cfg) |
Config Object Initialization function. | |
BUCKBOOST3_RETVAL | buckboost3_init (buckboost3_t *ctx, buckboost3_cfg_t *cfg) |
Initialization function. | |
void | buckboost3_enable (buckboost3_t *ctx, uint8_t state) |
Function for enable/disable device. | |
uint8_t | buckboost3_get_interrupt_state (buckboost3_t *ctx) |
Function for get Intterupt pin state. | |
void buckboost3_cfg_setup | ( | buckboost3_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
void buckboost3_enable | ( | buckboost3_t * | ctx, |
uint8_t | state ) |
Function for enable/disable device.
ctx | Click object. |
state | State. |
@description This function enable/disable device.
uint8_t buckboost3_get_interrupt_state | ( | buckboost3_t * | ctx | ) |
Function for get Intterupt pin state.
ctx | Click object. |
@description This function gets intterupt pin state.
BUCKBOOST3_RETVAL buckboost3_init | ( | buckboost3_t * | ctx, |
buckboost3_cfg_t * | cfg ) |
Initialization function.
buckboost3 | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.