Searched refs:__ROR (Results 1 – 5 of 5) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_cryp_ex.c | 843 hcryp->Instance->DINR = __ROR((uint32_t)(headerlength>>32), 16); in HAL_CRYPEx_AES_Auth() 844 hcryp->Instance->DINR = __ROR((uint32_t)headerlength, 16); in HAL_CRYPEx_AES_Auth() 845 hcryp->Instance->DINR = __ROR((uint32_t)(inputlength>>32), 16); in HAL_CRYPEx_AES_Auth() 846 hcryp->Instance->DINR = __ROR((uint32_t)inputlength, 16); in HAL_CRYPEx_AES_Auth() 1333 hcryp->Instance->DINR = __ROR((uint32_t)((headerlength)>>32), 16); in HAL_CRYPEx_AES_Auth_IT() 1334 hcryp->Instance->DINR = __ROR((uint32_t)headerlength, 16); in HAL_CRYPEx_AES_Auth_IT() 1335 hcryp->Instance->DINR = __ROR((uint32_t)((inputlength)>>32), 16); in HAL_CRYPEx_AES_Auth_IT() 1336 hcryp->Instance->DINR = __ROR((uint32_t)inputlength, 16); in HAL_CRYPEx_AES_Auth_IT() 1760 hcryp->Instance->DINR = __ROR((uint32_t)(headerlength>>32), 16); in HAL_CRYPEx_AES_Auth_DMA() 1761 hcryp->Instance->DINR = __ROR((uint32_t)headerlength, 16); in HAL_CRYPEx_AES_Auth_DMA() [all …]
|
| /loramac-node-latest/src/boards/mcu/saml21/cmsis/ |
| D | core_cmInstr.h | 160 #define __ROR __ror macro 524 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| /loramac-node-latest/src/boards/mcu/stm32/cmsis/ |
| D | cmsis_armcc.h | 417 #define __ROR __ror macro
|
| D | cmsis_gcc.h | 504 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|
| D | cmsis_armcc_V6.h | 852 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
|