Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c770 void BLEPLAT_CNTR_SmCteOff(uint8_t smNo) in BLEPLAT_CNTR_SmCteOff() argument
773 LL_RADIO_SetCTEDisable(smNo, 0x01); in BLEPLAT_CNTR_SmCteOff()
779 void BLEPLAT_CNTR_SmCteOn(uint8_t smNo) in BLEPLAT_CNTR_SmCteOn() argument
782 LL_RADIO_SetCTEDisable(smNo, 0x00); in BLEPLAT_CNTR_SmCteOn()
788 void BLEPLAT_CNTR_SmEnRadioConfig(uint8_t smNo, uint32_t enable) in BLEPLAT_CNTR_SmEnRadioConfig() argument
791 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() argument
798 LL_RADIO_Encryption_Disable(smNo); in BLEPLAT_CNTR_SmEncOff()
799 LL_RADIO_ReceiveEncryptionErrorInterrupt_Disable(smNo); in BLEPLAT_CNTR_SmEncOff()
[all …]
Dbleplat.c181 void BLEPLAT_InitCTE(uint8_t smNo) in BLEPLAT_InitCTE() argument
194 LL_RADIO_SetAccessAddress(smNo, LL_DUMMY_ACCESS_ADDRESS); in BLEPLAT_InitCTE()
207 void BLEPLAT_CalibrateCTE(uint8_t smNo) in BLEPLAT_CalibrateCTE() argument
217 LL_RADIO_SetAccessAddress(smNo, LL_DTM_ACCESS_ADDRESS); in BLEPLAT_CalibrateCTE()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat_cntr.h179 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 …]
Dbleplat.h282 void BLEPLAT_InitCTE(uint8_t smNo);
286 void BLEPLAT_CalibrateCTE(uint8_t smNo);