Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_aes.c104 BLUE->MANAESKEY0REG = key[0]; in HW_AES_Encrypt()
105 BLUE->MANAESKEY1REG = key[1]; in HW_AES_Encrypt()
106 BLUE->MANAESKEY2REG = key[2]; in HW_AES_Encrypt()
107 BLUE->MANAESKEY3REG = key[3]; in HW_AES_Encrypt()
110 BLUE->MANAESCLEARTEXT0REG = plainTextData[0]; in HW_AES_Encrypt()
111 BLUE->MANAESCLEARTEXT1REG = plainTextData[1]; in HW_AES_Encrypt()
112 BLUE->MANAESCLEARTEXT2REG = plainTextData[2]; in HW_AES_Encrypt()
113 BLUE->MANAESCLEARTEXT3REG = plainTextData[3]; in HW_AES_Encrypt()
118 encryptedData[0] = BLUE->MANAESCIPHERTEXT0REG; in HW_AES_Encrypt()
119 encryptedData[1] = BLUE->MANAESCIPHERTEXT1REG; in HW_AES_Encrypt()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c270 LL_RADIO_TIMER_DisableTimer1(BLUE); in HAL_RADIO_Init()
271 LL_RADIO_TIMER_DisableTimer2(BLUE); in HAL_RADIO_Init()
410 uint32_t int_val_tmp = BLUE->INTERRUPT1REG; in HAL_RADIO_Init()
411 BLUE->INTERRUPT1REG = int_val_tmp; in HAL_RADIO_Init()
422 int_val_tmp = BLUE->INTERRUPT1REG; in HAL_RADIO_Init()
533 … (BLUE->STATUSREG & BLUE_STATUSREG_PREVTRANSMIT_Msk); in HAL_RADIO_ActionPacketIsr()
547 LL_RADIO_TIMER_DisableTimer1(BLUE); in HAL_RADIO_ActionPacketIsr()
548 LL_RADIO_TIMER_DisableTimer2(BLUE); in HAL_RADIO_ActionPacketIsr()
566 LL_RADIO_TIMER_DisableTimer1(BLUE); in HAL_RADIO_ActionPacketIsr()
567 LL_RADIO_TIMER_DisableTimer2(BLUE); in HAL_RADIO_ActionPacketIsr()
[all …]
Dstm32wb0x_hal_radio_timer.c497 || (LL_RADIO_TIMER_IsEnabledTimer1(BLUE))) in HAL_RADIO_TIMER_GetRadioTimerStatus()
515 return TIMER_GetPastSysTime(BLUE->TIMERCAPTUREREG, current_system_time); in HAL_RADIO_TIMER_GetAnchorPoint()
703 LL_RADIO_TIMER_SetTimeout(BLUE, event_time); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
704 LL_RADIO_TIMER_EnableTimer1(BLUE); in HAL_RADIO_TIMER_SetRadioTimerRelativeUsValue()
749 LL_RADIO_TIMER_DisableTimer1(BLUE); in HAL_RADIO_TIMER_ClearRadioTimerValue()
750 LL_RADIO_TIMER_DisableTimer2(BLUE); in HAL_RADIO_TIMER_ClearRadioTimerValue()
799 LL_RADIO_TIMER_SetTimeout(BLUE, ((current_time + 2) & TIMER_MAX_VALUE)); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
800 LL_RADIO_TIMER_EnableTimer1(BLUE); in HAL_RADIO_TIMER_SetRadioCloseTimeout()
811 if (!(LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE))) in HAL_RADIO_TIMER_RadioTimerIsr()
1555 …if ((LL_RADIO_TIMER_IsEnabledTimer1(BLUE) || LL_RADIO_TIMER_IsEnabledTimer2(BLUE) || (*share != TR… in TIMER_SetRadioHostWakeupTime()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio.h3085 return (uint32_t)(READ_BIT(BLUE->CONTROLLERVERNUMREG, in LL_RADIO_BlueGetSubversionNumber()
3099 return (uint32_t)(READ_BIT(BLUE->CONTROLLERVERNUMREG, in LL_RADIO_BlueGetVersionNumber()
3113 return (uint32_t)(READ_BIT(BLUE->CONTROLLERVERNUMREG, in LL_RADIO_BlueGetBLEControllerTypeNumber()
3128 MODIFY_REG_FIELD(BLUE->INTERRUPT1REG, BLUE_INTERRUPT1REG_ALL, value); in LL_RADIO_BlueSetInterrupt1RegRegister()
3139 …return (uint32_t)(READ_BIT(BLUE->INTERRUPT1REG, BLUE_INTERRUPT1REG_ALL) >> BLUE_INTERRUPT1REG_ALL_… in LL_RADIO_BlueGetInterrupt1RegRegister()
3151 return (uint32_t)(READ_BIT(BLUE->TIMERCAPTUREREG, in LL_RADIO_BlueGetTimerCapture()
3164 MODIFY_REG_FIELD(BLUE->CMDREG, BLUE_CMDREG_CLEARSEMAREQ, value); in LL_RADIO_BlueSetClearSemaphoreRequest()
3175 …return (uint32_t)(READ_BIT(BLUE->CMDREG, BLUE_CMDREG_CLEARSEMAREQ) >> BLUE_CMDREG_CLEARSEMAREQ_Pos… in LL_RADIO_BlueGetClearSemaphoreRequest()
3187 MODIFY_REG_FIELD(BLUE->CMDREG, BLUE_CMDREG_TXRXSKIP, value); in LL_RADIO_BlueSetTxRxSkip()
3198 …return (uint32_t)(READ_BIT(BLUE->STATUSREG, BLUE_STATUSREG_ACTIVE2ERROR) >> BLUE_STATUSREG_ACTIVE2… in LL_RADIO_BlueGetActive2Error()
[all …]
Dstm32wb0x_hal_rcc.h565 #if defined(BLUE)
719 #if defined(BLUE)
868 #if defined(BLUE)
873 #if defined(BLUE)
Dstm32wb0x_ll_bus.h187 #if defined(BLUE)
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c286 return (uint32_t*)&BLUE->MANAESCIPHERTEXT0REG; in BLEPLAT_CNTR_GetCipherTextPtr()
291 return (uint32_t*)&BLUE->MANAESCLEARTEXT0REG; in BLEPLAT_CNTR_GetClrTextPtr()
296 return (uint32_t*)&BLUE->MANAESKEY0REG; in BLEPLAT_CNTR_GetEncKeyPtr()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dma2d.c70 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma2d.c70 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dma2d.c72 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma2d.c72 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_dma2d.c79 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dma2d.c72 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dma2d.c72 #define IS_LL_DMA2D_BLUE(BLUE) ((BLUE) <= LL_DMA2D_COLOR) argument
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb05.h982 #define BLUE ((BLUE_TypeDef*) BLUE_BASE) macro
983 #define RADIO (BLUE)
Dstm32wb07.h1034 #define BLUE ((BLUE_TypeDef*) BLUE_BASE) macro
1035 #define RADIO (BLUE)
Dstm32wb09.h982 #define BLUE ((BLUE_TypeDef*) BLUE_BASE) macro
983 #define RADIO (BLUE)
Dstm32wb06.h1034 #define BLUE ((BLUE_TypeDef*) BLUE_BASE) macro
1035 #define RADIO (BLUE)