Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/
Drcl_settings_ble.c251 .scale = 0x0FDE2,
258 .scale = 0x0F183,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c1063 uint32_t scale = txShape->scale; in LRF_programShape() local
1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape()
1065 (((deviationFactor1 & 0x7FFF) * scale) >> 16) + (1 << 4)) >> 5; in LRF_programShape()
DLRFCC23X0.h212 uint32_t scale :17; member