Searched refs:indicator (Results 1 – 5 of 5) sorted by relevance
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/ |
| A D | fsl_debug_console.c | 76 static void DbgConsole_RelocateLog(char *buf, int32_t *indicator, char val, int len); 163 static void DbgConsole_RelocateLog(char *buf, int32_t *indicator, char val, int len) in DbgConsole_RelocateLog() argument 169 if ((*indicator + 1) >= DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN) in DbgConsole_RelocateLog() 171 LOG_Push((uint8_t *)buf, *indicator); in DbgConsole_RelocateLog() 172 *indicator = 0U; in DbgConsole_RelocateLog() 175 buf[*indicator] = val; in DbgConsole_RelocateLog() 176 (*indicator)++; in DbgConsole_RelocateLog()
|
| A D | fsl_str.h | 25 typedef void (*printfCb)(char *buf, int32_t *indicator, char val, int len);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb_host_hub.h | 237 enum hub_led_mode indicator[USB_MAXCHILDREN]; member
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_spinctrl.c | 127 static void gfx_mono_spinctrl_draw_button(bool draw, bool indicator) in gfx_mono_spinctrl_draw_button() argument 150 if (indicator) { in gfx_mono_spinctrl_draw_button()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_gen_hub.c | 1226 hub->indicator[port1 - 1] = INDICATOR_AUTO; in hub_port_connect_change() 1361 hub->indicator[port1 - 1] = in hub_port_connect_change() 2690 hub->indicator [0] = INDICATOR_CYCLE; in _hub_config()
|
Completed in 16 milliseconds