Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c56 static uint32_t LRF_findPllMBase(uint32_t frequency);
58 static uint32_t LRF_findCalM(uint32_t frequency, uint32_t prediv);
71 static uint32_t LRF_scaleFreqWithHFXTOffset(uint32_t frequency);
937 static uint32_t LRF_findPllMBase(uint32_t frequency) in LRF_findPllMBase() argument
945 pllMBase = (frefInv >> 16) * (frequency >> 16); in LRF_findPllMBase()
947 tmpPllMBase = ((frefInv >> 16) * (frequency & 0xFFFFU)) >> 1; in LRF_findPllMBase()
948 tmpPllMBase += ((frefInv & 0xFFFFU) * (frequency >> 16)) >> 1; in LRF_findPllMBase()
990 static uint32_t LRF_findCalM(uint32_t frequency, uint32_t prediv) in LRF_findCalM() argument
1001 calM = frefInv * ((frequency + (1 << 14)) >> 15); in LRF_findCalM()
1270 void LRF_programFrequency(uint32_t frequency, bool tx) in LRF_programFrequency() argument
[all …]
DLRF.h270 void LRF_programFrequency(uint32_t frequency, bool tx);
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_common_cmd.h256 uint16_t frequency; //!< The frequency in MHz to tune to member
1052 uint16_t frequency; //!< The frequency in MHz to tune to member
1064 uint16_t frequency; //!< The frequency in MHz to tune to member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_common_cmd.h256 uint16_t frequency; //!< The frequency in MHz to tune to member
1052 uint16_t frequency; //!< The frequency in MHz to tune to member
1064 uint16_t frequency; //!< The frequency in MHz to tune to member