Searched refs:deviation (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | rf_mailbox.h | 335 #define MOD_TYPE_OVERRIDE(modType, deviation, stepSz, flags) (0x005B | ((flags & 0x01) << 15) | \ argument 336 ((modType) << 16) | ((deviation) << 19) |((stepSz) << 30) )
|
| D | rf_prop_cmd.h | 479 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 585 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 926 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 1037 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | rf_mailbox.h | 335 #define MOD_TYPE_OVERRIDE(modType, deviation, stepSz, flags) (0x005B | ((flags & 0x01) << 15) | \ argument 336 ((modType) << 16) | ((deviation) << 19) |((stepSz) << 30) )
|
| D | rf_prop_cmd.h | 479 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 585 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 926 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member 1037 …uint16_t deviation:11; //!< Deviation (specified in number of steps, with step s… member
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/ |
| D | LRFCC23X0.c | 60 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() argument 1060 uint32_t deviationFactor1 = ((deviation >> 12) * invSynthFreq) + in LRF_programShape() 1061 (((deviation & 0x0FFFU) * invSynthFreq) >> 12); in LRF_programShape()
|