/hal_stm32-latest/lib/stm32wb/hci/ |
D | mbox_def.h | 56 uint32_t Version; 61 uint32_t Version; 68 uint32_t Version;
|
D | shci.c | 719 wireless_firmware_version = p_RefTable->p_device_info_table->WirelessFwInfoTable.Version; in SHCI_GetWirelessFwInfo() 727 fus_version = p_RefTable->p_device_info_table->FusInfoTable.Version; in SHCI_GetWirelessFwInfo()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_cryp.c | 462 hcryp->Version = HAL_GetREVID(); in HAL_CRYP_Init() 2491 if (hcryp->Version >= REV_ID_B) in CRYP_DMAOutCplt() 3002 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process() 3059 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process() 3381 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process_DMA() 3420 if (hcryp->Version >= REV_ID_B) in CRYP_AESGCM_Process_DMA() 3580 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process() 3661 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process() 3718 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process() 3870 if (hcryp->Version >= REV_ID_B) in CRYP_AESCCM_Process_IT() [all …]
|
D | stm32h7xx_hal_cryp_ex.c | 170 if (hcryp->Version >= REV_ID_B) in HAL_CRYPEx_AESGCM_GenerateAuthTAG() 332 if (hcryp->Version >= REV_ID_B) in HAL_CRYPEx_AESCCM_GenerateAuthTAG()
|
D | stm32h7xx_hal_otfdec.c | 731 (uint32_t)(Config->Version) << OTFDEC_REG_CONFIGR_VERSION_Pos); in HAL_OTFDEC_RegionConfig() 976 Config->Version = (uint16_t)(READ_REG(region->REG_CONFIGR) & in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_otfdec.c | 731 (uint32_t)(Config->Version) << OTFDEC_REG_CONFIGR_VERSION_Pos); in HAL_OTFDEC_RegionConfig() 1126 Config->Version = (uint16_t)(READ_REG(region->REG_CONFIGR) & in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_otfdec.c | 731 (uint32_t)(Config->Version) << OTFDEC_REG_CONFIGR_VERSION_Pos); in HAL_OTFDEC_RegionConfig() 1123 Config->Version = (uint16_t)(READ_REG(region->REG_CONFIGR) & in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_otfdec.c | 731 (uint32_t)(Config->Version) << OTFDEC_REG_CONFIGR_VERSION_Pos); in HAL_OTFDEC_RegionConfig() 1123 Config->Version = (uint16_t)(READ_REG(region->REG_CONFIGR) & in HAL_OTFDEC_RegionGetConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_otfdec.h | 61 uint16_t Version; /*!< OTFDEC region firmware version */ member
|
D | stm32h7xx_hal_cryp.h | 125 uint32_t Version; /*!< CRYP1 IP version*/ member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_otfdec.h | 61 uint16_t Version; /*!< OTFDEC region firmware version */ member
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_otfdec.h | 61 uint16_t Version; /*!< OTFDEC region firmware version */ member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_otfdec.h | 61 uint16_t Version; /*!< OTFDEC region firmware version */ member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_cryp.h | 131 uint32_t Version; /*!< CRYP1 IP version*/ member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_mce.h | 61 uint32_t Version; /*!< 16-bit long MCE context version */ member
|
D | stm32h7rsxx_hal_cryp.h | 161 uint32_t Version; /*!< CRYP1 IP version*/ member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_mce.h | 61 uint32_t Version; /*!< 16-bit long MCE context version */ member
|
D | stm32n6xx_hal_cryp.h | 162 uint32_t Version; /*!< CRYP1 IP version*/ member
|
/hal_stm32-latest/ |
D | LICENSE | 53 Version 2.0, January 2004 242 Licensed under the Apache License, Version 2.0 (the "License");
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mce.c | 373 …MODIFY_REG(p_context->CCCFGR, MCE_CCCFGR_VERSION, ((uint32_t) AESConfig->Version) << MCE_CCCFGR_VE… in HAL_MCE_ConfigAESContext()
|
D | stm32h7rsxx_hal_cryp.c | 559 hcryp->Version = HAL_GetREVID(); in HAL_CRYP_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mce.c | 378 …MODIFY_REG(p_context->CCCFGR, MCE_CCCFGR_VERSION, ((uint32_t) AESConfig->Version) << MCE_CCCFGR_VE… in HAL_MCE_ConfigAESContext()
|
D | stm32n6xx_hal_cryp.c | 572 hcryp->Version = HAL_GetREVID(); in HAL_CRYP_Init()
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_events.h | 145 uint8_t Version;
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/ |
D | ble_types.h | 4046 uint8_t Version;
|