Searched refs:cy_stc_scb_uart_context_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_scb_uart.h | 584 } cy_stc_scb_uart_context_t; typedef 597 cy_stc_scb_uart_context_t *context); 600 void Cy_SCB_UART_Disable(CySCB_Type *base, cy_stc_scb_uart_context_t *context); 620 cy_stc_scb_uart_context_t *context); 621 void Cy_SCB_UART_StopRingBuffer (CySCB_Type *base, cy_stc_scb_uart_context_t *context); 622 uint32_t Cy_SCB_UART_GetNumInRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t const *co… 623 void Cy_SCB_UART_ClearRingBuffer (CySCB_Type const *base, cy_stc_scb_uart_context_t *context); 626 cy_stc_scb_uart_context_t *context); 627 void Cy_SCB_UART_AbortReceive (CySCB_Type *base, cy_stc_scb_uart_context_t *context); 628 uint32_t Cy_SCB_UART_GetReceiveStatus(CySCB_Type const *base, cy_stc_scb_uart_context_t const *cont… [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_scb_uart.c | 36 static void HandleDataReceive (CySCB_Type *base, cy_stc_scb_uart_context_t *context); 37 static void HandleRingBuffer (CySCB_Type *base, cy_stc_scb_uart_context_t *context); 38 static void HandleDataTransmit(CySCB_Type *base, cy_stc_scb_uart_context_t *context); 69 …y_SCB_UART_SetOverSample(CySCB_Type *base, uint32_t overSample, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_SetOverSample() 266 …_Init(CySCB_Type *base, cy_stc_scb_uart_config_t const *config, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Init() 470 void Cy_SCB_UART_Disable(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Disable() 519 cy_stc_scb_uart_context_t *locContext = (cy_stc_scb_uart_context_t *) callbackParams->context; in Cy_SCB_UART_DeepSleepCallback() 668 …_StartRingBuffer(CySCB_Type *base, void *buffer, uint32_t size, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_StartRingBuffer() 728 void Cy_SCB_UART_StopRingBuffer(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_StopRingBuffer() 761 uint32_t Cy_SCB_UART_GetNumInRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t const *co… in Cy_SCB_UART_GetNumInRingBuffer() [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 1525 cy_stc_scb_uart_context_t context;
|