|
void | uts7segb2_cfg_setup (uts7segb2_cfg_t *cfg) |
| UT-S 7-SEG B 2 configuration object setup function.
|
|
err_t | uts7segb2_init (uts7segb2_t *ctx, uts7segb2_cfg_t *cfg) |
| UT-S 7-SEG B 2 initialization function.
|
|
err_t | uts7segb2_default_cfg (uts7segb2_t *ctx) |
| UT-S 7-SEG B 2 default configuration function.
|
|
err_t | uts7segb2_top_seg_write (uts7segb2_t *ctx, uint8_t *data_in, uint8_t len) |
| UT-S 7-SEG B 2 top segment data writing function.
|
|
err_t | uts7segb2_top_seg_read (uts7segb2_t *ctx, uint8_t *data_out, uint8_t len) |
| UT-S 7-SEG B 2 top segment data reading function.
|
|
err_t | uts7segb2_bottom_seg_write (uts7segb2_t *ctx, uint8_t *data_in, uint8_t len) |
| UT-S 7-SEG B 2 bottom segment data writing function.
|
|
err_t | uts7segb2_bottom_seg_read (uts7segb2_t *ctx, uint8_t *data_out, uint8_t len) |
| UT-S 7-SEG B 2 bottom segment data reading function.
|
|
void | uts7segb2_set_outputs_on (uts7segb2_t *ctx) |
| UT-S 7-SEG B 2 set outputs ON function.
|
|
void | uts7segb2_set_outputs_off (uts7segb2_t *ctx) |
| UT-S 7-SEG B 2 set outputs OFF function.
|
|
err_t | uts7segb2_set_seg_pos (uts7segb2_t *ctx, uts7segb2_seg_sel_t seg_sel, uint8_t seg_num, uint16_t brightness) |
| UT-S 7-SEG B 2 set segment position function.
|
|
err_t | uts7segb2_set_led_output (uts7segb2_t *ctx, uts7segb2_seg_sel_t seg_sel, uint32_t seg_bit_mask, uint16_t brightness) |
| UT-S 7-SEG B 2 set LED output function.
|
|
err_t | uts7segb2_display_character (uts7segb2_t *ctx, uts7segb2_character_cfg_t ascii_char) |
| UT-S 7-SEG B 2 display character function.
|
|
err_t | uts7segb2_display_number (uts7segb2_t *ctx, uts7segb2_number_cfg_t number) |
| UT-S 7-SEG B 2 display number function.
|
|
This file contains API for UT-S 7-SEG B 2 Click Driver.