Go to the documentation of this file.
18 void led_blink_all(
unsigned int times,
unsigned int duration);
@ rj45_led_green
Definition: led.h:6
rj45_led
Definition: led.h:4
void led_rx_det_green(bool on)
@ rj45_led_off
Definition: led.h:5
@ NO_OS_GPIO_HIGH
Definition: no_os_gpio.h:117
void led_tx_det_red(bool on)
@ NO_OS_GPIO_LOW
Definition: no_os_gpio.h:115
@ rj45_led_yellow
Definition: led.h:7
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:126
void led_tx_det_green(bool on)
Structure holding the GPIO descriptor.
Definition: no_os_gpio.h:96
int32_t no_os_gpio_get(struct no_os_gpio_desc **desc, const struct no_os_gpio_init_param *param)
Obtain the GPIO decriptor.
Definition: no_os_gpio.c:49
void led_rj45(enum rj45_led state)
int32_t no_os_gpio_set_value(struct no_os_gpio_desc *desc, uint8_t value)
Set the value of the specified GPIO.
Definition: no_os_gpio.c:197
void led_rx_det_red(bool on)
Header file of GPIO Interface.
void led_rx_lock(bool on)
void led_tx_lock(bool on)
void led_blink_all(unsigned int times, unsigned int duration)
int32_t no_os_gpio_direction_output(struct no_os_gpio_desc *desc, uint8_t value)
Enable the output direction of the specified GPIO.
Definition: no_os_gpio.c:147