Home
last modified time | relevance | path

Searched refs:HAL_UartEnterLowpower (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_uart.c405 … 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()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_uart.h801 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle);
Dfsl_adapter_iuart.c348 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
Dfsl_adapter_miniusart.c345 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
Dfsl_adapter_uart.c358 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
Dfsl_adapter_usart.c424 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
Dfsl_adapter_lpuart.c804 hal_uart_status_t HAL_UartEnterLowpower(hal_uart_handle_t handle) in HAL_UartEnterLowpower() function
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c130 status = HAL_UartEnterLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]); in DbgConsole_EnterLowpower()