Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRF.h167 uint16_t phyFeatures; member
232 LRF_SetupResult LRF_setupRadio(const LRF_Config *lrfConfig, uint16_t phyFeatures, LRF_RadioState lr…
247 uint16_t phyFeatures);
DRCL_Command.h175 uint16_t phyFeatures; /*!< PHY feature selector; use 0 if only one PHY */ member
187 .phyFeatures = 0, \
DLRF.c115 uint16_t phyFeatures) in LRF_initSettingsState() argument
119 state->phyFeatures = phyFeatures; in LRF_initSettingsState()
241 ((featureMask != 0 && (featureMask & state->phyFeatures) == 0) || in LRF_applySettings()
243 …(curWord.segment.invertedFeatureMask != 0 && (featureMask != (featureMask & ~state->phyFeatures)))) in LRF_applySettings()
247 …4X", curWord.segment.length, curWord.segment.invertedFeatureMask, state->phyFeatures, featureMask); in LRF_applySettings()
DLRFCC23X0.c82 uint16_t phyFeatures; member
93 LRF_SetupResult LRF_setupRadio(const LRF_Config *lrfConfig, uint16_t phyFeatures, LRF_RadioState lr… in LRF_setupRadio() argument
133 if (phyFeatures != lrfPhyState.phyFeatures) in LRF_setupRadio()
139 if (includeBase == LRF_ApplySettings_IncludeBase || phyFeatures != lrfPhyState.phyFeatures) in LRF_setupRadio()
143 lrfPhyState.phyFeatures = phyFeatures; in LRF_setupRadio()
144 LRF_initSettingsState(&settingsState, includeBase, phyFeatures); in LRF_setupRadio()
DRCL.c196 LRF_SetupResult result = LRF_setupRadio(rclState.lrfConfig, cmd->phyFeatures, lrfState); in rclCommandHwi()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble5.c105 uint16_t phyFeatures; member
181 static RCL_CommandStatus RCL_Handler_BLE5_setPhy(uint16_t phyFeatures);
199 static uint32_t RCL_Handler_BLE5_findPacketDuration(uint32_t length, uint16_t phyFeatures);
200 static uint16_t RCL_Handler_BLE5_findRxSyncOverhead(uint16_t phyFeatures);
468 RCL_CommandStatus status = RCL_Handler_BLE5_setPhy(cmd->phyFeatures); in RCL_Handler_BLE5_adv()
546 … if ((cmd->phyFeatures & 0x03) != ble5HandlerState.common.auxPtrInfo.auxPhy) in RCL_Handler_BLE5_adv()
865 …State.requestedPhyFeatures = ble5HandlerState.common.auxPtrInfo.auxPhy | (cmd->phyFeatures & 0x04); in RCL_Handler_BLE5_adv()
926 …findPacketDuration(ble5HandlerState.common.auxPtrInfo.pktLen, ble5HandlerState.common.phyFeatures); in RCL_Handler_BLE5_adv()
1084 …findPacketDuration(ble5HandlerState.common.auxPtrInfo.pktLen, ble5HandlerState.common.phyFeatures); in RCL_Handler_BLE5_adv()
1093 …findPacketDuration(ble5HandlerState.common.auxPtrInfo.pktLen, ble5HandlerState.common.phyFeatures); in RCL_Handler_BLE5_adv()
[all …]
Dble5.h161 uint32_t RCL_BLE5_getAuxAdvStartTimeDelta(uint16_t phyFeatures, uint8_t chMap, uint8_t advPayloadLe…