Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c921 packetCount[0] = packetCount[0] | ((uint32_t)LL_RADIO_GetPacketCounterRx_39_24(smNo) << 24U); in BLEPLAT_CNTR_SmGetRxCount()
922 packetCount[1] = LL_RADIO_GetPacketCounterRx_39_24(smNo) >> 8U; in BLEPLAT_CNTR_SmGetRxCount()
1092 uint32_t value = LL_RADIO_GetPacketCounterRx_39_24(smNo) | 0x8000U; in BLEPLAT_CNTR_SmSetRxCountDirectionBit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio.h1934 __STATIC_INLINE uint32_t LL_RADIO_GetPacketCounterRx_39_24(uint8_t stateMachineNo) in LL_RADIO_GetPacketCounterRx_39_24() function