Searched refs:HAL_UartEnterLowpower (Results 1 – 8 of 8) sorted by relevance
405 … uartstatus = HAL_UartEnterLowpower(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartEnterLowpower()689 … uartstatus = HAL_UartEnterLowpower(((hal_uart_handle_t)&serialUartHandle->usartHandleBuffer[0])); in Serial_UartDmaEnterLowpower()
801 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle);
348 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
345 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
358 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
804 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
130 status = HAL_UartEnterLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]); in DbgConsole_EnterLowpower()