Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/CMSIS_Driver/
DDriver_USART.c299 case ARM_USART_FLOW_CONTROL_RTS_CTS: in USARTx_SetFlowControl()
314 case ARM_USART_FLOW_CONTROL_RTS_CTS: in USARTx_SetFlowControl()
/trusted-firmware-m-latest/platform/ext/driver/
DDriver_USART.h111 #define ARM_USART_FLOW_CONTROL_RTS_CTS (3UL << ARM_USART_FLOW_CONTROL_Pos) ///< RTS/CTS Flow C… macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_USART.h117 #define ARM_USART_FLOW_CONTROL_RTS_CTS (3UL << ARM_USART_FLOW_CONTROL_Pos) ///< RTS/CTS Flow C… macro
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/cmsis_drivers/
DDriver_USART.c314 case ARM_USART_FLOW_CONTROL_RTS_CTS: in ARM_USARTx_Control()