Home
last modified time | relevance | path

Searched refs:Cy_SCB_UART_Disable (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_uart.c509 Cy_SCB_UART_Disable(obj->base, &(obj->context)); in _cyhal_uart_pm_callback_instance()
904 Cy_SCB_UART_Disable(obj->base, &obj->context); in cyhal_uart_free()
970 Cy_SCB_UART_Disable(obj->base, NULL); in cyhal_uart_set_baud()
1048 Cy_SCB_UART_Disable(obj->base, NULL); in cyhal_uart_configure()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_uart.c470 void Cy_SCB_UART_Disable(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Disable() function
545 Cy_SCB_UART_Disable(locBase, locContext); in Cy_SCB_UART_DeepSleepCallback()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_scb_uart.h600 void Cy_SCB_UART_Disable(CySCB_Type *base, cy_stc_scb_uart_context_t *context);
/hal_infineon-latest/bless/
Dcy_ble_hal_pvt.c1675 Cy_SCB_UART_Disable(cy_ble_halConfigPtr->hw->uartHw, NULL); in Cy_BLE_HAL_UART_Stop()