Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio_timer.h88 __STATIC_INLINE void LL_RADIO_TIMER_EnableTimer1(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_EnableTimer1() argument
90 MODIFY_REG_FIELD(BLUEx->TIMEOUTDESTREG, BLUE_TIMEOUTDESTREG_DESTINATION, LL_RADIO_TIMER_1); in LL_RADIO_TIMER_EnableTimer1()
99 __STATIC_INLINE void LL_RADIO_TIMER_DisableTimer1(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_DisableTimer1() argument
101 MODIFY_REG_FIELD(BLUEx->TIMEOUTDESTREG, BLUE_TIMEOUTDESTREG_DESTINATION, 0); in LL_RADIO_TIMER_DisableTimer1()
110 __STATIC_INLINE uint32_t LL_RADIO_TIMER_IsEnabledTimer1(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_IsEnabledTimer1() argument
112 …return ((READ_BIT(BLUEx->TIMEOUTDESTREG, BLUE_TIMEOUTDESTREG_DESTINATION) == (LL_RADIO_TIMER_1)) ?… in LL_RADIO_TIMER_IsEnabledTimer1()
121 __STATIC_INLINE void LL_RADIO_TIMER_EnableTimer2(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_EnableTimer2() argument
123 MODIFY_REG_FIELD(BLUEx->TIMEOUTDESTREG, BLUE_TIMEOUTDESTREG_DESTINATION, LL_RADIO_TIMER_2); in LL_RADIO_TIMER_EnableTimer2()
132 __STATIC_INLINE void LL_RADIO_TIMER_DisableTimer2(BLUE_TypeDef *BLUEx) in LL_RADIO_TIMER_DisableTimer2() argument
134 MODIFY_REG_FIELD(BLUEx->TIMEOUTDESTREG, BLUE_TIMEOUTDESTREG_DESTINATION, 0); in LL_RADIO_TIMER_DisableTimer2()
[all …]
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_aes.c50 __STATIC_INLINE void LL_AES_StartManualEncription(BLUE_TypeDef *BLUEx);
51 __STATIC_INLINE uint32_t LL_AES_IsBusy(BLUE_TypeDef *BLUEx);
166 __STATIC_INLINE void LL_AES_StartManualEncription(BLUE_TypeDef *BLUEx) in LL_AES_StartManualEncription() argument
168 SET_BIT(BLUEx->MANAESCMDREG, BLUE_MANAESCMDREG_START); in LL_AES_StartManualEncription()
177 __STATIC_INLINE uint32_t LL_AES_IsBusy(BLUE_TypeDef *BLUEx) in LL_AES_IsBusy() argument
179 …return ((READ_BIT(BLUEx->MANAESSTATREG, BLUE_MANAESSTATREG_BUSY) == (BLUE_MANAESSTATREG_BUSY)) ? 1… in LL_AES_IsBusy()