Home
last modified time | relevance | path

Searched refs:__ROR (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cryp_ex.c843 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/
Dcore_cmInstr.h160 #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/
Dcmsis_armcc.h417 #define __ROR __ror macro
Dcmsis_gcc.h504 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function
Dcmsis_armcc_V6.h852 __attribute__((always_inline)) __STATIC_INLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() function