Home
last modified time | relevance | path

Searched refs:leds (Results 1 – 9 of 9) sorted by relevance

/bsp/efm32/
A Ddev_led.c60 rt_uint16_t leds; in rt_hw_led_on() local
62 leds = DVK_getLEDs() | (rt_uint16_t)(1 << num); in rt_hw_led_on()
63 DVK_setLEDs(leds); in rt_hw_led_on()
88 rt_uint16_t leds; in rt_hw_led_off() local
91 DVK_setLEDs(leds); in rt_hw_led_off()
116 rt_uint16_t leds; in rt_hw_led_toggle() local
118 leds = DVK_getLEDs() ^ (rt_uint16_t)(1 << num); in rt_hw_led_toggle()
119 DVK_setLEDs(leds); in rt_hw_led_toggle()
184 rt_uint16_t leds; in list_leds()
186 leds = DVK_getLEDs(); in list_leds()
[all …]
/bsp/sam7x/drivers/
A Dboard.c59 int leds[] = {LED1, LED2, LED3, LED4}; variable
83 AT91C_BASE_PIOB->PIO_CODR = leds[n]; in rt_hw_board_led_on()
96 AT91C_BASE_PIOB->PIO_SODR = leds[n]; in rt_hw_board_led_off()
/bsp/renesas/ra6m4-iot/ra/board/ra6m4_iot/
A Dboard_keys.c77 bsp_leds_t leds = g_bsp_leds; in key_sample() local
82 uint32_t led_pin =leds.p_leds[BSP_LED_LED1]; in key_sample()
/bsp/efm32/EFM32_Gxxx_DK/
A Ddvk_boardcontrol.c201 void DVK_setLEDs(uint16_t leds) in DVK_setLEDs() argument
203 DVK_writeRegister(BC_LED, leds); in DVK_setLEDs()
A Ddvk_boardcontrol.h83 void DVK_setLEDs(uint16_t leds);
/bsp/x86/drivers/
A Dkeyboard.c297 t_8 leds = (caps_lock << 2) | (num_lock << 1) | scroll_lock; in set_leds() local
304 outb(KB_DATA, leds); in set_leds()
/bsp/efm32/EFM32GG_DK3750/
A Ddvk.c148 void DVK_setLEDs(uint16_t leds) in DVK_setLEDs() argument
150 DVK_writeRegister(&BC_REGISTER->UIF_LEDS, leds); in DVK_setLEDs()
A Ddvk.h131 void DVK_setLEDs(uint16_t leds);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c1363 schedule_work(&hub->leds); in hub_port_connect_change()

Completed in 21 milliseconds