| /loramac-node-latest/src/boards/mcu/stm32/cmsis/ | 
| D | cmsis_armcc_V6.h | 74   uint32_t result;  in __get_CONTROL()  local 76   __ASM volatile ("MRS %0, control" : "=r" (result) );  in __get_CONTROL() 77   return(result);  in __get_CONTROL() 89   uint32_t result;  in __TZ_get_CONTROL_NS()  local 91   __ASM volatile ("MRS %0, control_ns" : "=r" (result) );  in __TZ_get_CONTROL_NS() 92   return(result);  in __TZ_get_CONTROL_NS() 128   uint32_t result;  in __get_IPSR()  local 130   __ASM volatile ("MRS %0, ipsr" : "=r" (result) );  in __get_IPSR() 131   return(result);  in __get_IPSR() 143   uint32_t result;  in __TZ_get_IPSR_NS()  local [all …] 
 | 
| D | cmsis_gcc.h | 82   uint32_t result;  in __get_CONTROL()  local 84   __ASM volatile ("MRS %0, control" : "=r" (result) );  in __get_CONTROL() 85   return(result);  in __get_CONTROL() 107   uint32_t result;  in __get_IPSR()  local 109   __ASM volatile ("MRS %0, ipsr" : "=r" (result) );  in __get_IPSR() 110   return(result);  in __get_IPSR() 121   uint32_t result;  in __get_APSR()  local 123   __ASM volatile ("MRS %0, apsr" : "=r" (result) );  in __get_APSR() 124   return(result);  in __get_APSR() 136   uint32_t result;  in __get_xPSR()  local [all …] 
 | 
| D | cmsis_armcc.h | 441   uint32_t result;  in __RBIT()  local 444   result = value;                      /* r will be reversed bits of v; first get LSB of v */  in __RBIT() 447     result <<= 1U;  in __RBIT() 448     result |= value & 1U;  in __RBIT() 451   result <<= s;                        /* shift when v's highest bits are zero */  in __RBIT() 452   return(result);  in __RBIT()
  | 
| D | arm_math.h | 2622   float32_t * result); 2636   q31_t * result); 2650   q63_t * result); 2664   q63_t * result); 6442   q7_t * result,
  | 
| /loramac-node-latest/src/boards/mcu/saml21/cmsis/ | 
| D | core_cmSimd.h | 137   uint32_t result; 139   __ASM volatile ("sadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) ); 140   return(result); 145   uint32_t result; 147   __ASM volatile ("qadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) ); 148   return(result); 153   uint32_t result; 155   __ASM volatile ("shadd8 %0, %1, %2" : "=r" (result) : "r" (op1), "r" (op2) ); 156   return(result); 161   uint32_t result; [all …] 
 | 
| D | core_cmInstr.h | 472   uint32_t result;  in __REV() 474   __ASM volatile ("rev %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) );  in __REV() 475   return(result);  in __REV() 489   uint32_t result;  in __REV16()  local 491   __ASM volatile ("rev16 %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) );  in __REV16() 492   return(result);  in __REV16() 508   uint32_t result;  in __REVSH() 510   __ASM volatile ("revsh %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) );  in __REVSH() 511   return(result);  in __REVSH() 552   uint32_t result;  in __RBIT()  local [all …] 
 | 
| D | core_cmFunc.h | 342   uint32_t result;  in __get_CONTROL()  local 344   __ASM volatile ("MRS %0, control" : "=r" (result) );  in __get_CONTROL() 345   return(result);  in __get_CONTROL() 369   uint32_t result;  in __get_IPSR()  local 371   __ASM volatile ("MRS %0, ipsr" : "=r" (result) );  in __get_IPSR() 372   return(result);  in __get_IPSR() 384   uint32_t result;  in __get_APSR()  local 386   __ASM volatile ("MRS %0, apsr" : "=r" (result) );  in __get_APSR() 387   return(result);  in __get_APSR() 399   uint32_t result;  in __get_xPSR()  local [all …] 
 | 
| D | arm_math.h | 2757   float32_t * result); 2772   q31_t * result); 2787   q63_t * result); 2802   q63_t * result); 6820   q7_t * result,
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_ll_lptim.c | 105   ErrorStatus result = SUCCESS;  in LL_LPTIM_DeInit()  local 124     result = ERROR;  in LL_LPTIM_DeInit() 127   return result;  in LL_LPTIM_DeInit() 157   ErrorStatus result = SUCCESS;  in LL_LPTIM_Init()  local 164     result = ERROR;  in LL_LPTIM_Init() 187   return result;  in LL_LPTIM_Init()
  | 
| D | stm32l0xx_ll_tim.c | 164   ErrorStatus result = SUCCESS;  in LL_TIM_DeInit()  local 209     result = ERROR;  in LL_TIM_DeInit() 212   return result;  in LL_TIM_DeInit() 306   ErrorStatus result = ERROR;  in LL_TIM_OC_Init()  local 311       result = OC1Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 314       result = OC2Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 317       result = OC3Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 320       result = OC4Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 326   return result;  in LL_TIM_OC_Init() 359   ErrorStatus result = ERROR;  in LL_TIM_IC_Init()  local [all …] 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_ll_lptim.c | 105   ErrorStatus result = SUCCESS;  in LL_LPTIM_DeInit()  local 124     result = ERROR;  in LL_LPTIM_DeInit() 127   return result;  in LL_LPTIM_DeInit() 157   ErrorStatus result = SUCCESS;  in LL_LPTIM_Init()  local 164     result = ERROR;  in LL_LPTIM_Init() 187   return result;  in LL_LPTIM_Init()
  | 
| D | stm32l4xx_ll_tim.c | 235   ErrorStatus result = SUCCESS;  in LL_TIM_DeInit()  local 309     result = ERROR;  in LL_TIM_DeInit() 312   return result;  in LL_TIM_DeInit() 420   ErrorStatus result = ERROR;  in LL_TIM_OC_Init()  local 425       result = OC1Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 428       result = OC2Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 431       result = OC3Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 434       result = OC4Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 437       result = OC5Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 440       result = OC6Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() [all …] 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_ll_tim.c | 164   ErrorStatus result = SUCCESS;  in LL_TIM_DeInit()  local 232     result = ERROR;  in LL_TIM_DeInit() 235   return result;  in LL_TIM_DeInit() 329   ErrorStatus result = ERROR;  in LL_TIM_OC_Init()  local 334       result = OC1Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 337       result = OC2Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 340       result = OC3Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 343       result = OC4Config(TIMx, TIM_OC_InitStruct);  in LL_TIM_OC_Init() 349   return result;  in LL_TIM_OC_Init() 382   ErrorStatus result = ERROR;  in LL_TIM_IC_Init()  local [all …] 
 | 
| /loramac-node-latest/src/peripherals/ | 
| D | pam7q.c | 40     bool result = false;  in PAM7QGetGpsData()  local 76                 result = true;  in PAM7QGetGpsData() 80     return result;  in PAM7QGetGpsData()
  | 
| /loramac-node-latest/src/mac/ | 
| D | LoRaMacClassB.c | 130     uint32_t result = 0;  in ComputePingOffset()  local 151     result = ( ( ( uint32_t ) cipher[0] ) + ( ( ( uint32_t ) cipher[1] ) * 256 ) );  in ComputePingOffset() 153     *pingOffset = ( uint16_t )( result % pingPeriod );  in ComputePingOffset()
  |