Go to the source code of this file.
◆ segment_led_config_blink_period()
| void segment_led_config_blink_period |
( |
uint32_t |
on_ms, |
|
|
uint32_t |
off_ms |
|
) |
| |
config segment led blink on and off time.
- Parameters
-
| [in] | on_ms | on time in ms |
| [in] | off_ms | off time in ms |
◆ segment_led_config_disp_blink()
| void segment_led_config_disp_blink |
( |
uint8_t |
index, |
|
|
uint16_t |
blink_bit_sel |
|
) |
| |
config segment led blink bit selection.
- Parameters
-
| [in] | index | index of segment leds |
| [in] | blink_bit_sel | blink bit selection |
◆ segment_led_config_eui_instance()
| void segment_led_config_eui_instance |
( |
EUI_Type * |
eui, |
|
|
uint32_t |
eui_clock_freq |
|
) |
| |
config segment led eui instance and clock frequency.
- Parameters
-
| [in] | eui | EUI base address |
| [in] | eui_clock_freq | eui clock frequency |
◆ segment_led_set_disp_data()
| void segment_led_set_disp_data |
( |
uint8_t |
index, |
|
|
uint16_t |
data |
|
) |
| |
config segment led display data.
- Parameters
-
| [in] | index | index of segment leds |
| [in] | data | data to display |