audioxover 2.0.0.0
|
Functions | |
void | audioxover_cfg_setup (audioxover_cfg_t *cfg) |
Config Object Initialization function. | |
AUDIOXOVER_RETVAL | audioxover_init (audioxover_t *ctx, audioxover_cfg_t *cfg) |
Initialization function. | |
void | audioxover_power_on (audioxover_t *ctx) |
Device power on function. | |
void | audioxover_shut_down (audioxover_t *ctx) |
Device shut down function. | |
void audioxover_cfg_setup | ( | audioxover_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
AUDIOXOVER_RETVAL audioxover_init | ( | audioxover_t * | ctx, |
audioxover_cfg_t * | cfg ) |
Initialization function.
audioxover | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void audioxover_power_on | ( | audioxover_t * | ctx | ) |
Device power on function.
ctx | Click object. |
@description This function enables the click board by setting SDN pin to HIGH logic state.
void audioxover_shut_down | ( | audioxover_t * | ctx | ) |
Device shut down function.
ctx | Click object. |
@description This function disables the click board by setting SDN pin to LOW logic state.