Searched refs:BLUEGLOBWORD (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_radio.h | 45 #define BLUEGLOBWORD ((GLOBALSTATMACH_WORD_TypeDef*) BLUEGLOB_BASE) macro 863 MODIFY_REG_FIELD(BLUEGLOBWORD->WORD0, GLOBAL_WORD0_RADIOCONFIGPTR, value); in LL_RADIO_SetRadioConfigurationAddressPointer() 873 …return (uint32_t)(READ_BIT(BLUEGLOBWORD->WORD0, GLOBAL_WORD0_RADIOCONFIGPTR) >> GLOBAL_WORD0_RADIO… in LL_RADIO_GetRadioConfigurationAddressPointer() 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() 937 MODIFY_REG_FIELD(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_WAKEUPINITDELAY, value); in LL_RADIO_SetWakeupInitDelay() 947 …return (uint32_t)(READ_BIT(BLUEGLOBWORD->WORD1, GLOBAL_WORD1_WAKEUPINITDELAY) >> GLOBAL_WORD1_WAKE… in LL_RADIO_GetWakeupInitDelay() [all …]
|