Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dble5.h602 uint8_t nRxEmpty; /*!< Number of empty packets received */ member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_ble_cmd.h2660 …uint8_t nRxEmpty; //!< Number of packets that have been received with CR… member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_ble_cmd.h2660 …uint8_t nRxEmpty; //!< Number of packets that have been received with CR… member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble5.c5646 HWREGH_WRITE_LRF(LRFD_BUFRAM_BASE + PBE_BLE5_RAM_O_NRXEMPTY) = stats->nRxEmpty; in RCL_Handler_BLE5_initConnStats()
5677 stats->nRxEmpty = 0; in RCL_Handler_BLE5_initConnStats()
5720 stats->nRxEmpty = HWREGH_READ_LRF(LRFD_BUFRAM_BASE + PBE_BLE5_RAM_O_NRXEMPTY); in RCL_Handler_BLE5_updateConnStats()