Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c633 …uint16_t nWritable = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_TXFWRITABLE) / sizeof(RCL_CmdBleCs_S… in RCL_Handler_BLE_CS_preFillTxBuffer() local
635 uint16_t nBatch = (nWritable < nRemaining) ? nWritable : nRemaining; in RCL_Handler_BLE_CS_preFillTxBuffer()