Home
last modified time | relevance | path

Searched refs:temp_mode (Results 1 – 2 of 2) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_gpio.c128 uint32_t temp_mode = 0U; in gpio_init() local
132 temp_mode = (uint32_t) (mode & ((uint32_t) 0x0FU)); in gpio_init()
137 temp_mode |= (uint32_t) speed; in gpio_init()
148 reg |= GPIO_MODE_SET(i, temp_mode); in gpio_init()
172 reg |= GPIO_MODE_SET(i - 8U, temp_mode); in gpio_init()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_adc.c1360 int8_t temp_mode = 0; in LL_ADC_OverSamp_Mode() local
1362 temp_mode = (__LL_ADC_GetOverSamplingShift(Instance) >> ADC_CR1_OVSS_Pos) - \ in LL_ADC_OverSamp_Mode()
1365 if ((temp_mode - 1) >= 0) { in LL_ADC_OverSamp_Mode()
1366 temp_offset = offset >> (temp_mode - 1); in LL_ADC_OverSamp_Mode()
1368 temp_offset = offset << (abs(temp_mode) + 1); in LL_ADC_OverSamp_Mode()

Completed in 6 milliseconds