Home
last modified time | relevance | path

Searched refs:opError (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c198 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_Fs()
267 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_FsOff()
405 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_Tx()
632 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_TxRepeat()
830 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_TxTest()
1080 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_Generic_Rx()
1084 if (lrfEvents.opError != 0 && endStatus == RCL_CommandStatus_Finished) in RCL_Handler_Generic_Rx()
1168 else if (lrfEvents.opError != 0) in RCL_Handler_Generic_PbeOperation()
1433 else if (lrfEvents.opError != 0) in RCL_Handler_Nesb_Ptx()
1743 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_Nesb_Prx()
[all …]
Dble5.c897 else if (lrfEvents.opError != 0) in RCL_Handler_BLE5_adv()
1812 else if (lrfEvents.opError != 0) in RCL_Handler_BLE5_aux_adv()
2253 else if (lrfEvents.opError != 0) in RCL_Handler_BLE5_periodicAdv()
2994 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_BLE5_scan_init()
2997 if (lrfEvents.opError == 0 && (endCause == PBE_COMMON_RAM_ENDCAUSE_STAT_ENDOK || in RCL_Handler_BLE5_scan_init()
3178 if (lrfEvents.opError != 0 && endStatus == RCL_CommandStatus_Finished) in RCL_Handler_BLE5_scan_init()
3700 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_BLE5_periodicScan()
3703 if (lrfEvents.opError == 0 && (endCause == PBE_COMMON_RAM_ENDCAUSE_STAT_ENDOK || in RCL_Handler_BLE5_periodicScan()
3723 if (lrfEvents.opError != 0 && endStatus == RCL_CommandStatus_Finished) in RCL_Handler_BLE5_periodicScan()
4147 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_BLE5_conn()
[all …]
Dieee.c888 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_Ieee_RxTx()
952 if (lrfEvents.opError != 0) in RCL_Handler_Ieee_RxTx()
1388 else if (lrfEvents.opError != 0) in RCL_Handler_Ieee_TxTest()
Dble_cs.c1859 if (lrfEvents.opDone != 0 || lrfEvents.opError != 0) in RCL_Handler_BLE_CS()
1884 else if (lrfEvents.opError != 0) in RCL_Handler_BLE_CS()
1992 else if (lrfEvents.opError != 0) in RCL_Handler_BLE_CS_Precal()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.h144 …uint32_t opError : 1; /*!< Something went awfully wrong, the reason is indicated in RA… member