Home
last modified time | relevance | path

Searched refs:LPUART_Deinit (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_freertos.c209 LPUART_Deinit(handle->base); in LPUART_RTOS_Deinit()
Dfsl_lpuart.h481 void LPUART_Deinit(LPUART_Type *base);
Dfsl_lpuart.c515 void LPUART_Deinit(LPUART_Type *base) in LPUART_Deinit() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_freertos.c197 LPUART_Deinit(handle->base); in LPUART_RTOS_Deinit()
Dfsl_lpuart.h416 void LPUART_Deinit(LPUART_Type *base);
Dfsl_lpuart.c587 void LPUART_Deinit(LPUART_Type *base) in LPUART_Deinit() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/
Dfsl_lpuart_freertos.c209 LPUART_Deinit(handle->base); in LPUART_RTOS_Deinit()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c466 LPUART_Deinit(resource->base); in LPUART_CommonControl()
584 LPUART_Deinit(lpuart->resource->base); in LPUART_DmaPowerControl()
864 LPUART_Deinit(lpuart->resource->base); in LPUART_EdmaPowerControl()
1182 LPUART_Deinit(lpuart->resource->base); in LPUART_NonBlockingPowerControl()
/hal_nxp-latest/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c761 LPUART_Deinit(s_LpuartAdapterBase[uartHandle->instance]); /*LPUART Deinitialization*/ in HAL_UartDeinit()