Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/
Drcl_settings_ble.h48 extern const LRF_TxShape LRF_shapeBaseGfsk067;
49 extern const LRF_TxShape LRF_shapeBaseGfsk05;
Drcl_settings_adc_noise.c99 .txShape = (LRF_TxShape*) 0,
Drcl_settings_ble.c250 const LRF_TxShape LRF_shapeBaseGfsk067 = {
257 const LRF_TxShape LRF_shapeBaseGfsk05 = {
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.h216 } LRF_TxShape; typedef
501 const LRF_TxShape *txShape; /*!< Transmitter shape definition */
539 extern const LRF_TxShape LRF_shapeBaseGfsk05;
540 extern const LRF_TxShape LRF_shapeBaseGfsk067;
541 extern const LRF_TxShape LRF_shapeBaseGfsk20;
DLRFCC23X0.c60 static void LRF_programShape(const LRF_TxShape *txShape, uint32_t deviation, uint32_t invSynthFreq);
1050 static void LRF_programShape(const LRF_TxShape *txShape, uint32_t deviation, uint32_t invSynthFreq) in LRF_programShape()