Lines Matching defs: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()
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 …_t Cy_SCB_UART_GetNumInRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t const *context) in Cy_SCB_UART_GetNumInRingBuffer()
798 void Cy_SCB_UART_ClearRingBuffer(CySCB_Type const *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_ClearRingBuffer()
851 …SCB_UART_Receive(CySCB_Type *base, void *buffer, uint32_t size, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Receive()
997 void Cy_SCB_UART_AbortReceive(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_AbortReceive()
1031 …nt32_t Cy_SCB_UART_GetNumReceived(CySCB_Type const *base, cy_stc_scb_uart_context_t const *context) in Cy_SCB_UART_GetNumReceived()
1063 …32_t Cy_SCB_UART_GetReceiveStatus(CySCB_Type const *base, cy_stc_scb_uart_context_t const *context) in Cy_SCB_UART_GetReceiveStatus()
1111 …CB_UART_Transmit(CySCB_Type *base, void *buffer, uint32_t size, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Transmit()
1176 void Cy_SCB_UART_AbortTransmit(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_AbortTransmit()
1209 … Cy_SCB_UART_GetNumLeftToTransmit(CySCB_Type const *base, cy_stc_scb_uart_context_t const *context) in Cy_SCB_UART_GetNumLeftToTransmit()
1242 …2_t Cy_SCB_UART_GetTransmitStatus(CySCB_Type const *base, cy_stc_scb_uart_context_t const *context) in Cy_SCB_UART_GetTransmitStatus()
1329 void Cy_SCB_UART_Interrupt(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in Cy_SCB_UART_Interrupt()
1466 static void HandleDataReceive(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in HandleDataReceive()
1534 static void HandleRingBuffer(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in HandleRingBuffer()
1618 static void HandleDataTransmit(CySCB_Type *base, cy_stc_scb_uart_context_t *context) in HandleDataTransmit()