Searched refs:ioType (Results 1 – 5 of 5) sorted by relevance
91 .ioType = DEBUG_CONSOLE_DEVICE_TYPE_NONE,217 s_debugConsoleIO.ioType = io->ioType; in IO_Init()220 switch (s_debugConsoleIO.ioType) in IO_Init()339 if (s_debugConsoleIO.ioType == DEBUG_CONSOLE_DEVICE_TYPE_NONE) in IO_Deinit()344 switch (s_debugConsoleIO.ioType) in IO_Deinit()399 s_debugConsoleIO.ioType = DEBUG_CONSOLE_DEVICE_TYPE_NONE; in IO_Deinit()403 s_debugConsoleIO.ioType = DEBUG_CONSOLE_DEVICE_TYPE_NONE; in IO_Deinit()410 switch (s_debugConsoleIO.ioType) in IO_WaitIdle()465 switch (s_debugConsoleIO.ioType) in IO_Transfer()571 switch (s_debugConsoleIO.ioType) in IO_Transfer()
28 uint8_t ioType; /*!< device type */ member
244 io.ioType = device; in LOG_Init()
3049 BL_Err_Type GLB_Set_UART2_IO_Sel(GLB_UART2_IO_SEL_Type ioType) in GLB_Set_UART2_IO_Sel() argument3053 CHECK_PARAM(IS_GLB_UART2_IO_SEL_TYPE(ioType)); in GLB_Set_UART2_IO_Sel()3057 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, GLB_UART2_IO_SEL, ioType); in GLB_Set_UART2_IO_Sel()
2409 BL_Err_Type GLB_Set_UART2_IO_Sel(GLB_UART2_IO_SEL_Type ioType);
Completed in 25 milliseconds