Searched refs:smNo (Results 1 – 4 of 4) sorted by relevance
770 void BLEPLAT_CNTR_SmCteOff(uint8_t smNo) in BLEPLAT_CNTR_SmCteOff() argument773 LL_RADIO_SetCTEDisable(smNo, 0x01); in BLEPLAT_CNTR_SmCteOff()779 void BLEPLAT_CNTR_SmCteOn(uint8_t smNo) in BLEPLAT_CNTR_SmCteOn() argument782 LL_RADIO_SetCTEDisable(smNo, 0x00); in BLEPLAT_CNTR_SmCteOn()788 void BLEPLAT_CNTR_SmEnRadioConfig(uint8_t smNo, uint32_t enable) in BLEPLAT_CNTR_SmEnRadioConfig() argument791 LL_RADIO_RadioCommandList_Enable(smNo); in BLEPLAT_CNTR_SmEnRadioConfig()793 LL_RADIO_RadioCommandList_Disable(smNo); in BLEPLAT_CNTR_SmEnRadioConfig()796 void BLEPLAT_CNTR_SmEncOff(uint8_t smNo) in BLEPLAT_CNTR_SmEncOff() argument798 LL_RADIO_Encryption_Disable(smNo); in BLEPLAT_CNTR_SmEncOff()799 LL_RADIO_ReceiveEncryptionErrorInterrupt_Disable(smNo); in BLEPLAT_CNTR_SmEncOff()[all …]
181 void BLEPLAT_InitCTE(uint8_t smNo) in BLEPLAT_InitCTE() argument194 LL_RADIO_SetAccessAddress(smNo, LL_DUMMY_ACCESS_ADDRESS); in BLEPLAT_InitCTE()207 void BLEPLAT_CalibrateCTE(uint8_t smNo) in BLEPLAT_CalibrateCTE() argument217 LL_RADIO_SetAccessAddress(smNo, LL_DTM_ACCESS_ADDRESS); in BLEPLAT_CalibrateCTE()
179 void BLEPLAT_CNTR_SmCteOff(uint8_t smNo);180 void BLEPLAT_CNTR_SmCteOn(uint8_t smNo);181 void BLEPLAT_CNTR_SmEnRadioConfig(uint8_t smNo, uint32_t enable);182 void BLEPLAT_CNTR_SmEncOff(uint8_t smNo);183 void BLEPLAT_CNTR_SmEncOn(uint8_t smNo);184 uint32_t BLEPLAT_CNTR_SmGetAccessAddr(uint8_t smNo);185 void BLEPLAT_CNTR_SmGetChannelMap(uint8_t smNo, uint8_t* chanMap);186 uint8_t BLEPLAT_CNTR_SmGetCteAntennaPatternLen(uint8_t smNo);187 uint8_t BLEPLAT_CNTR_SmGetCteAodNaoa(uint8_t smNo);188 uint8_t BLEPLAT_CNTR_SmGetCteSlotWidth(uint8_t smNo);[all …]
282 void BLEPLAT_InitCTE(uint8_t smNo);286 void BLEPLAT_CalibrateCTE(uint8_t smNo);