#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
◆ rj45_led
Enumerator |
---|
rj45_led_off | |
rj45_led_green | |
rj45_led_yellow | |
◆ led_blink_all()
void led_blink_all |
( |
unsigned int |
times, |
|
|
unsigned int |
duration |
|
) |
| |
◆ led_init()
◆ led_rj45()
◆ led_rx_det_green()
void led_rx_det_green |
( |
bool |
on | ) |
|
◆ led_rx_det_red()
void led_rx_det_red |
( |
bool |
on | ) |
|
◆ led_rx_lock()
void led_rx_lock |
( |
bool |
on | ) |
|
◆ led_tx_det_green()
void led_tx_det_green |
( |
bool |
on | ) |
|
◆ led_tx_det_red()
void led_tx_det_red |
( |
bool |
on | ) |
|
◆ led_tx_lock()
void led_tx_lock |
( |
bool |
on | ) |
|