/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_dma.h | 1133 #define IS_DMA_ISOLATION_STATIC_CID(ID) \ argument 1134 (((ID) == DMA_CHANNEL_STATIC_CID_0) || \ 1135 ((ID) == DMA_CHANNEL_STATIC_CID_1) || \ 1136 ((ID) == DMA_CHANNEL_STATIC_CID_2) || \ 1137 ((ID) == DMA_CHANNEL_STATIC_CID_3) || \ 1138 ((ID) == DMA_CHANNEL_STATIC_CID_4) || \ 1139 ((ID) == DMA_CHANNEL_STATIC_CID_5) || \ 1140 ((ID) == DMA_CHANNEL_STATIC_CID_6))
|
D | stm32n6xx_hal_cryp_ex.h | 100 uint32_t ID, uint32_t Timeout); 101 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID,
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_cryp_ex.c | 445 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, in HAL_CRYPEx_EncryptSharedKey() argument 466 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_EncryptSharedKey() 498 …L_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout) in HAL_CRYPEx_DecryptSharedKey() argument 517 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_cryp_ex.c | 487 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, in HAL_CRYPEx_EncryptSharedKey() argument 509 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_EncryptSharedKey() 553 …L_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout) in HAL_CRYPEx_DecryptSharedKey() argument 573 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32l1xx/ |
D | README | 78 ST Bug tracker ID: 66029 86 ST Bug tracker ID: NA. Not a stm32cube issue 93 ST Bug tracker ID: 73643
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cryp_ex.c | 489 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, in HAL_CRYPEx_EncryptSharedKey() argument 511 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_EncryptSharedKey() 561 …L_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout) in HAL_CRYPEx_DecryptSharedKey() argument 581 MODIFY_REG(hcryp->Instance->CR, AES_CR_KMOD | AES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_cryp_ex.c | 614 …AL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *Output, uint32_t ID, in HAL_CRYPEx_EncryptSharedKey() argument 637 …(SAES_TypeDef *)(hcryp->Instance))->CR, SAES_CR_KMOD | SAES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_EncryptSharedKey() 669 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID… in HAL_CRYPEx_DecryptSharedKey() argument 690 …(SAES_TypeDef *)(hcryp->Instance))->CR, SAES_CR_KMOD | SAES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_cryp_ex.c | 614 …AL_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t *Output, uint32_t ID, in HAL_CRYPEx_EncryptSharedKey() argument 637 …(SAES_TypeDef *)(hcryp->Instance))->CR, SAES_CR_KMOD | SAES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_EncryptSharedKey() 669 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID… in HAL_CRYPEx_DecryptSharedKey() argument 690 …(SAES_TypeDef *)(hcryp->Instance))->CR, SAES_CR_KMOD | SAES_CR_KSHAREID, CRYP_KEYMODE_SHARED | ID); in HAL_CRYPEx_DecryptSharedKey()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_cryp_ex.h | 130 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, 132 …_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_cryp_ex.h | 130 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, 132 …_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_cryp_ex.h | 100 uint32_t ID, uint32_t Timeout); 101 HAL_StatusTypeDef HAL_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *Key, uint32_t ID,
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_cryp_ex.h | 130 …_CRYPEx_EncryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t *pOutput, uint32_t ID, 132 …_CRYPEx_DecryptSharedKey(CRYP_HandleTypeDef *hcryp, uint32_t *pKey, uint32_t ID, uint32_t Timeout);
|
/hal_stm32-latest/stm32cube/stm32f1xx/ |
D | README | 49 ST Bug tracker ID: NA. Not a stm32cube issue
|
/hal_stm32-latest/stm32cube/stm32f2xx/ |
D | README | 49 ST Bug tracker ID: NA. Not a stm32cube issue
|
/hal_stm32-latest/stm32cube/stm32f4xx/ |
D | README | 49 ST Bug tracker ID: NA. Not a stm32cube issue
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_radio.h | 146 uint8_t HAL_RADIO_SetNetworkID(uint32_t ID);
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_radio.c | 1359 uint8_t HAL_RADIO_SetNetworkID(uint32_t ID) in HAL_RADIO_SetNetworkID() argument 1361 networkID = ID; in HAL_RADIO_SetNetworkID()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp151dxx_ca7.h | 586 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1471 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1545 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2437 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151fxx_cm4.h | 552 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1437 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1511 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2451 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151axx_ca7.h | 586 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1471 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1545 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2437 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151axx_cm4.h | 552 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1437 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1511 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2403 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151dxx_cm4.h | 552 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1437 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1511 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2403 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151cxx_ca7.h | 586 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1471 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1545 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2485 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151cxx_cm4.h | 552 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1437 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1511 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2451 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|
D | stm32mp151fxx_ca7.h | 586 …__IO uint32_t ID; /*!< DDRPERFM ID register Address offset: 0x3F8… member 1471 …__IO uint32_t ID; /*!< TZPC IP version register Addr… member 1545 …__IO uint32_t ID; /*!< PWR IP identification register, Address offset: 0x3… member 2485 …__IO uint32_t ID; /*!< Inter-Processor Communication identification register, … member
|