Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio.h582 volatile uint32_t WORD1; member
598 volatile uint32_t WORD1; member
626 volatile uint32_t WORD1; member
656 volatile uint32_t WORD1; member
665 volatile uint32_t WORD1; member
884 MODIFY_REG_FIELD(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_CURSTMACHNUM, value); in LL_RADIO_SetCurrentConnectionMachineNumber()
894 …return (uint32_t)(READ_BIT(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_CURSTMACHNUM) >> GLOBAL_WORD1_CURSTMA… in LL_RADIO_GetCurrentConnectionMachineNumber()
905 SET_BIT(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_ACTIVE); in LL_RADIO_GlobalEnableBlue()
915 CLEAR_BIT(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_ACTIVE); in LL_RADIO_GlobalDisableBlue()
925 return ((READ_BIT(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_ACTIVE) == (GLOBAL_WORD1_ACTIVE)) ? 1U : 0U); in LL_RADIO_IsEnabledGlobalBlue()
[all …]
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat_cntr.h50 volatile uint32_t WORD1; member