Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c1072 uint32_t startCoeff = NUM_TX_FILTER_TAPS - txShape->numCoeff; in LRF_programShape() local
1073 for (uint32_t i = 0; i < startCoeff; i++) in LRF_programShape()
1077 for (uint32_t i = 0; i < NUM_TX_FILTER_TAPS - startCoeff; i++) in LRF_programShape()
1079 filterCoeff.b[i + startCoeff] = in LRF_programShape()