tester 2.0.0.0
|
Functions | |
void | tester_cfg_setup (tester_cfg_t *cfg) |
Config Object Initialization function. | |
TESTER_RETVAL | tester_init (tester_t *ctx, tester_cfg_t *cfg) |
Initialization function. | |
void | tester_set_pin_high (digital_out_t *pin) |
Set pin high function. | |
void | tester_set_pin_low (digital_out_t *pin) |
Set pin low function. | |
void tester_cfg_setup | ( | tester_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
TESTER_RETVAL tester_init | ( | tester_t * | ctx, |
tester_cfg_t * | cfg ) |
Initialization function.
tester | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void tester_set_pin_high | ( | digital_out_t * | pin | ) |
Set pin high function.
pin | Output pin adress variable. |
@description This function sets the output voltage on the specified pin to high.
void tester_set_pin_low | ( | digital_out_t * | pin | ) |
Set pin low function.
pin | Output pin adress variable. |
@description This function sets the output voltage on the specified pin to low.