Home
last modified time | relevance | path

Searched refs:chanMap (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c813 void BLEPLAT_CNTR_SmGetChannelMap(uint8_t smNo, uint8_t* chanMap) in BLEPLAT_CNTR_SmGetChannelMap() argument
815 chanMap[0] = (uint8_t)(LL_RADIO_GetUsedChannelFlags_15_0(smNo)); in BLEPLAT_CNTR_SmGetChannelMap()
816 chanMap[1] = (uint8_t)(LL_RADIO_GetUsedChannelFlags_15_0(smNo) >> 8U); in BLEPLAT_CNTR_SmGetChannelMap()
817 chanMap[2] = (uint8_t)(LL_RADIO_GetUsedChannelFlags_36_16(smNo)); in BLEPLAT_CNTR_SmGetChannelMap()
818 chanMap[3] = (uint8_t)(LL_RADIO_GetUsedChannelFlags_36_16(smNo) >> 8U); in BLEPLAT_CNTR_SmGetChannelMap()
819 chanMap[4] = (uint8_t)(LL_RADIO_GetUsedChannelFlags_36_16(smNo) >> 16U); in BLEPLAT_CNTR_SmGetChannelMap()
969 void BLEPLAT_CNTR_SmSetChannelMap(uint8_t smNo, uint8_t* chanMap) in BLEPLAT_CNTR_SmSetChannelMap() argument
971 uint32_t value = (uint32_t)chanMap[0] | ((uint32_t)chanMap[1] << 8U); in BLEPLAT_CNTR_SmSetChannelMap()
973 value = (uint32_t)chanMap[2] | ((uint32_t)chanMap[3] << 8U) | ((uint32_t)chanMap[4] << 16U); in BLEPLAT_CNTR_SmSetChannelMap()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat_cntr.h185 void BLEPLAT_CNTR_SmGetChannelMap(uint8_t smNo, uint8_t* chanMap);
209 void BLEPLAT_CNTR_SmSetChannelMap(uint8_t smNo, uint8_t* chanMap);