Searched refs:ioBase (Results 1 – 3 of 3) sorted by relevance
90 .ioBase = NULL,218 s_debugConsoleIO.ioBase = (void *)(io->ioBase); in IO_Init()231 UART_EnableTx(s_debugConsoleIO.ioBase, true); in IO_Init()232 UART_EnableRx(s_debugConsoleIO.ioBase, true); in IO_Init()253 LPUART_EnableTx(s_debugConsoleIO.ioBase, true); in IO_Init()254 LPUART_EnableRx(s_debugConsoleIO.ioBase, true); in IO_Init()274 LPSCI_EnableTx(s_debugConsoleIO.ioBase, true); in IO_Init()275 LPSCI_EnableRx(s_debugConsoleIO.ioBase, true); in IO_Init()290 s_debugConsoleIO.ioBase = USB_VcomInit(); in IO_Init()354 UART_Deinit((UART_Type *)s_debugConsoleIO.ioBase); in IO_Deinit()[all …]
27 void *ioBase; /*!< Base of the IP register. */ member
243 io.ioBase = (void *)baseAddr; in LOG_Init()
Completed in 7 milliseconds