Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_aes.c184 const uint32_t* b1 ) in HW_AES_InitCcm() argument
220 HW_AESX->DINR = b1[0]; in HW_AES_InitCcm()
221 HW_AESX->DINR = b1[1]; in HW_AES_InitCcm()
222 HW_AESX->DINR = b1[2]; in HW_AES_InitCcm()
223 HW_AESX->DINR = b1[3]; in HW_AES_InitCcm()
Dhw.h135 const uint32_t* b1 );
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1105 int32_t b1; in _get_calibration_data() local
1118 b1 = period >> 8 ; in _get_calibration_data()
1120 calibrationData->period1 = ((mul1 * b1) + ((b2 * mul1) >> 8) + 16) >> 5; in _get_calibration_data()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_venc.h73 #define LL_VENC_IS_VENCRAM_SYSTEM_ACCESSIBLE() ((SYSCFG->VENCRAMCR & 0b1)!=0)