Searched refs:leds (Results 1 – 9 of 9) sorted by relevance
60 rt_uint16_t leds; in rt_hw_led_on() local62 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() local91 DVK_setLEDs(leds); in rt_hw_led_off()116 rt_uint16_t leds; in rt_hw_led_toggle() local118 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 …]
59 int leds[] = {LED1, LED2, LED3, LED4}; variable83 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()
77 bsp_leds_t leds = g_bsp_leds; in key_sample() local82 uint32_t led_pin =leds.p_leds[BSP_LED_LED1]; in key_sample()
201 void DVK_setLEDs(uint16_t leds) in DVK_setLEDs() argument203 DVK_writeRegister(BC_LED, leds); in DVK_setLEDs()
83 void DVK_setLEDs(uint16_t leds);
297 t_8 leds = (caps_lock << 2) | (num_lock << 1) | scroll_lock; in set_leds() local304 outb(KB_DATA, leds); in set_leds()
148 void DVK_setLEDs(uint16_t leds) in DVK_setLEDs() argument150 DVK_writeRegister(&BC_REGISTER->UIF_LEDS, leds); in DVK_setLEDs()
131 void DVK_setLEDs(uint16_t leds);
1363 schedule_work(&hub->leds); in hub_port_connect_change()
Completed in 21 milliseconds