Searched refs:LED_NUM (Results 1 – 8 of 8) sorted by relevance
30 #ifndef LED_NUM31 #define LED_NUM 19 // LED灯珠个数 macro38 rt_align(RT_ALIGN_SIZE) uint8_t led_buffer[LED_NUM * 24 * 2];59 RGBColor_TypeDef RGB_Data[LED_NUM] = {0};184 for (uint16_t i = 0; i < LED_NUM; i++) in RGB_Reflash()206 for (uint32_t i = 0; i < (LED_NUM * 24); i++) in led_matrix_rst()219 for (uint8_t i = 0; i < LED_NUM; i++) in MSH_CMD_EXPORT()
14 #define LED_NUM 4 macro26 struct led_ctrl ctrl[LED_NUM];72 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_read()97 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_write()120 *led_num = LED_NUM; in rt_led_control()
14 #define LED_NUM 3 macro27 struct fm4_gpio_ctrl fm4_gpio_ctrl[LED_NUM];83 RT_ASSERT((pos+size) <= LED_NUM ); in rt_led_read()108 RT_ASSERT((pos+size) <= LED_NUM ); in rt_led_write()131 *led_num = LED_NUM; in rt_led_control()
21 #define LED_NUM 8 macro40 struct led_ctrl ctrl[LED_NUM];87 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_read()112 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_write()135 *led_num = LED_NUM; in rt_led_control()
13 #define LED_NUM 2 macro32 struct led_ctrl ctrl[LED_NUM];80 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_read()105 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_write()128 *led_num = LED_NUM; in rt_led_control()
15 #define LED_NUM 4 macro28 struct fm3_gpio_ctrl fm3_gpio_ctrl[LED_NUM];86 RT_ASSERT((pos+size) <= LED_NUM ); in rt_led_read()111 RT_ASSERT((pos+size) <= LED_NUM ); in rt_led_write()134 *led_num = LED_NUM; in rt_led_control()
12 #define LED_NUM 3 macro24 struct led_ctrl ctrl[LED_NUM];72 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_read()97 RT_ASSERT((pos + size) <= LED_NUM); in rt_led_write()
16 enum LED_NUM enum
Completed in 11 milliseconds