Home
last modified time | relevance | path

Searched refs:__RBIT (Results 1 – 10 of 10) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cryp_ex.c829 hcryp->Instance->DINR = __RBIT((uint32_t)(headerlength>>32)); in HAL_CRYPEx_AES_Auth()
830 hcryp->Instance->DINR = __RBIT((uint32_t)headerlength); in HAL_CRYPEx_AES_Auth()
831 hcryp->Instance->DINR = __RBIT((uint32_t)(inputlength>>32)); in HAL_CRYPEx_AES_Auth()
832 hcryp->Instance->DINR = __RBIT((uint32_t)inputlength); in HAL_CRYPEx_AES_Auth()
1319 hcryp->Instance->DINR = __RBIT((uint32_t)((headerlength)>>32)); in HAL_CRYPEx_AES_Auth_IT()
1320 hcryp->Instance->DINR = __RBIT((uint32_t)headerlength); in HAL_CRYPEx_AES_Auth_IT()
1321 hcryp->Instance->DINR = __RBIT((uint32_t)((inputlength)>>32)); in HAL_CRYPEx_AES_Auth_IT()
1322 hcryp->Instance->DINR = __RBIT((uint32_t)inputlength); in HAL_CRYPEx_AES_Auth_IT()
1746 hcryp->Instance->DINR = __RBIT((uint32_t)(headerlength>>32)); in HAL_CRYPEx_AES_Auth_DMA()
1747 hcryp->Instance->DINR = __RBIT((uint32_t)headerlength); in HAL_CRYPEx_AES_Auth_DMA()
[all …]
/loramac-node-latest/src/boards/NucleoL152/cmsis/
Dstm32l1xx.h234 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/loramac-node-latest/src/boards/SKiM980A/cmsis/
Dstm32l1xx.h236 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/loramac-node-latest/src/boards/SKiM880B/cmsis/
Dstm32l1xx.h236 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/loramac-node-latest/src/boards/NAMote72/cmsis/
Dstm32l1xx.h234 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Dcmsis_armcc.h437 #define __RBIT __rbit macro
439 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
Dcmsis_gcc.h526 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
Dcmsis_armcc_V6.h875 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Dcore_cmInstr.h183 #define __RBIT __rbit macro
550 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT() function
/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l4xx.h237 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL)))