Searched refs:ui32Rts (Results 1 – 6 of 6) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | ioc.c | 498 uint32_t ui32Cts, uint32_t ui32Rts) in IOCPinTypeUart() argument 505 ASSERT((ui32Rts <= IOID_31) || (ui32Rts == IOID_UNUSED)); in IOCPinTypeUart() 520 if(ui32Rts != IOID_UNUSED) in IOCPinTypeUart() 522 IOCPortConfigureSet(ui32Rts, IOC_PORT_MCU_UART0_RTS, IOC_STD_OUTPUT); in IOCPinTypeUart()
|
| D | ioc.h | 1002 uint32_t ui32Rts);
|
| D | rom.h | 467 …oid (*)(uint32_t ui32Base, uint32_t ui32Rx, uint32_t ui32Tx, uint32_t ui32Cts, uint32_t ui32Rts)) \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | ioc.c | 500 uint32_t ui32Cts, uint32_t ui32Rts) in IOCPinTypeUart() argument 507 ASSERT((ui32Rts <= IOID_31) || (ui32Rts == IOID_UNUSED)); in IOCPinTypeUart() 522 if(ui32Rts != IOID_UNUSED) in IOCPinTypeUart() 524 IOCPortConfigureSet(ui32Rts, IOC_PORT_MCU_UART0_RTS, IOC_STD_OUTPUT); in IOCPinTypeUart()
|
| D | ioc.h | 1005 uint32_t ui32Rts);
|
| D | rom.h | 465 …oid (*)(uint32_t ui32Base, uint32_t ui32Rx, uint32_t ui32Tx, uint32_t ui32Cts, uint32_t ui32Rts)) \
|