Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_pcd.c549 uint32_t i, temp1, temp2; in PCD_WritePMA() local
555 temp1 = (uint16_t) * pbUsrBuf; in PCD_WritePMA()
557 temp2 = temp1 | ((uint16_t)((uint16_t) * pbUsrBuf << 8U)) ; in PCD_WritePMA()
Dstm32l1xx_hal_tim.c3105 TIM_OC_InitTypeDef temp1; in HAL_TIM_OnePulse_ConfigChannel() local
3118 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
3119 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
3120 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
3121 temp1.OCIdleState = sConfig->OCIdleState; in HAL_TIM_OnePulse_ConfigChannel()
3129 TIM_OC1_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
3136 TIM_OC2_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_pcd.c1177 uint16_t temp1, temp2; in PCD_WritePMA() local
1183 temp1 = (uint16_t) * pbUsrBuf; in PCD_WritePMA()
1185 temp2 = temp1 | (uint16_t) * pbUsrBuf << 8U; in PCD_WritePMA()
Dstm32l0xx_hal_irda.c1750 uint32_t temp1= 0x00, temp2 = 0x00; in HAL_IRDA_GetState() local
1751 temp1 = hirda->gState; in HAL_IRDA_GetState()
1754 return (HAL_IRDA_StateTypeDef)(temp1 | temp2); in HAL_IRDA_GetState()
Dstm32l0xx_hal_smartcard.c1621 uint32_t temp1= 0x00, temp2 = 0x00; in HAL_SMARTCARD_GetState() local
1622 temp1 = hsmartcard->gState; in HAL_SMARTCARD_GetState()
1625 return (HAL_SMARTCARD_StateTypeDef)(temp1 | temp2); in HAL_SMARTCARD_GetState()
Dstm32l0xx_hal_tim.c3093 TIM_OC_InitTypeDef temp1; in HAL_TIM_OnePulse_ConfigChannel() local
3106 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
3107 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
3108 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
3116 TIM_OC1_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
3123 TIM_OC2_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
Dstm32l0xx_hal_uart.c2073 uint32_t temp1= 0x00U, temp2 = 0x00U; in HAL_UART_GetState() local
2074 temp1 = huart->gState; in HAL_UART_GetState()
2077 return (HAL_UART_StateTypeDef)(temp1 | temp2); in HAL_UART_GetState()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c3677 TIM_OC_InitTypeDef temp1; in HAL_TIM_OnePulse_ConfigChannel() local
3691 temp1.OCMode = sConfig->OCMode; in HAL_TIM_OnePulse_ConfigChannel()
3692 temp1.Pulse = sConfig->Pulse; in HAL_TIM_OnePulse_ConfigChannel()
3693 temp1.OCPolarity = sConfig->OCPolarity; in HAL_TIM_OnePulse_ConfigChannel()
3694 temp1.OCNPolarity = sConfig->OCNPolarity; in HAL_TIM_OnePulse_ConfigChannel()
3695 temp1.OCIdleState = sConfig->OCIdleState; in HAL_TIM_OnePulse_ConfigChannel()
3696 temp1.OCNIdleState = sConfig->OCNIdleState; in HAL_TIM_OnePulse_ConfigChannel()
3704 TIM_OC1_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
3711 TIM_OC2_SetConfig(htim->Instance, &temp1); in HAL_TIM_OnePulse_ConfigChannel()
Dstm32l4xx_hal_irda.c2248 uint32_t temp1, temp2; in HAL_IRDA_GetState() local
2249 temp1 = (uint32_t)hirda->gState; in HAL_IRDA_GetState()
2252 return (HAL_IRDA_StateTypeDef)(temp1 | temp2); in HAL_IRDA_GetState()
Dstm32l4xx_ll_usb.c2431 uint32_t i, temp1, temp2; in USB_WritePMA() local
2439 temp1 = (uint16_t) * pBuf; in USB_WritePMA()
2441 temp2 = temp1 | ((uint16_t)((uint16_t) * pBuf << 8)); in USB_WritePMA()
Dstm32l4xx_hal_smartcard.c2334 uint32_t temp1, temp2; in HAL_SMARTCARD_GetState() local
2335 temp1 = (uint32_t)hsmartcard->gState; in HAL_SMARTCARD_GetState()
2338 return (HAL_SMARTCARD_StateTypeDef)(temp1 | temp2); in HAL_SMARTCARD_GetState()
Dstm32l4xx_hal_uart.c2726 uint32_t temp1 = 0x00U, temp2 = 0x00U; in HAL_UART_GetState() local
2727 temp1 = huart->gState; in HAL_UART_GetState()
2730 return (HAL_UART_StateTypeDef)(temp1 | temp2); in HAL_UART_GetState()