Home
last modified time | relevance | path

Searched refs:tmpreg (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_rcc.h689 UNUSED(tmpreg); \
697 UNUSED(tmpreg); \
705 UNUSED(tmpreg); \
715 UNUSED(tmpreg); \
723 UNUSED(tmpreg); \
731 UNUSED(tmpreg); \
787 UNUSED(tmpreg); \
795 UNUSED(tmpreg); \
803 UNUSED(tmpreg); \
812 UNUSED(tmpreg); \
[all …]
H A Dstm32h7xx_ll_bus.h343 (void)tmpreg; in LL_AHB3_GRP1_EnableClock()
496 (void)tmpreg; in LL_AHB3_GRP1_EnableClockSleep()
575 (void)tmpreg; in LL_AHB1_GRP1_EnableClock()
733 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep()
807 (void)tmpreg; in LL_AHB2_GRP1_EnableClock()
939 (void)tmpreg; in LL_AHB2_GRP1_EnableClockSleep()
1025 (void)tmpreg; in LL_AHB4_GRP1_EnableClock()
1247 (void)tmpreg; in LL_AHB4_GRP1_EnableClockSleep()
1319 (void)tmpreg; in LL_APB3_GRP1_EnableClock()
1409 (void)tmpreg; in LL_APB3_GRP1_EnableClockSleep()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_i2c.c176 uint32_t tmpreg = 0; in I2C_Init() local
192 tmpreg = I2Cx->CR1; in I2C_Init()
201 I2Cx->CR1 = tmpreg; in I2C_Init()
214 tmpreg = 0; in I2C_Init()
225 I2Cx->OAR1 = tmpreg; in I2C_Init()
238 tmpreg = I2Cx->CR2; in I2C_Init()
245 I2Cx->CR2 = tmpreg; in I2C_Init()
533 tmpreg = I2Cx->CR2; in I2C_SlaveAddressConfig()
848 if (tmpreg == 0) in I2C_GetTransferDirection()
1436 if(tmpreg != 0) in I2C_GetFlagStatus()
[all …]
H A Dstm32f0xx_rtc.c698 uint32_t tmpreg = 0; in RTC_SetTime() local
821 uint32_t tmpreg = 0; in RTC_GetTime() local
854 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
862 return (tmpreg); in RTC_GetSubSecond()
879 uint32_t tmpreg = 0; in RTC_SetDate() local
989 uint32_t tmpreg = 0; in RTC_GetDate() local
1049 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1182 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1320 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1352 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_i2c.c176 uint32_t tmpreg = 0; in I2C_Init() local
192 tmpreg = I2Cx->CR1; in I2C_Init()
201 I2Cx->CR1 = tmpreg; in I2C_Init()
214 tmpreg = 0; in I2C_Init()
225 I2Cx->OAR1 = tmpreg; in I2C_Init()
238 tmpreg = I2Cx->CR2; in I2C_Init()
245 I2Cx->CR2 = tmpreg; in I2C_Init()
533 tmpreg = I2Cx->CR2; in I2C_SlaveAddressConfig()
848 if (tmpreg == 0) in I2C_GetTransferDirection()
1436 if(tmpreg != 0) in I2C_GetFlagStatus()
[all …]
H A Dstm32f37x_rtc.c723 uint32_t tmpreg = 0; in RTC_SetTime() local
846 uint32_t tmpreg = 0; in RTC_GetTime() local
879 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
887 return (tmpreg); in RTC_GetSubSecond()
904 uint32_t tmpreg = 0; in RTC_SetDate() local
1014 uint32_t tmpreg = 0; in RTC_GetDate() local
1075 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1216 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1363 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1404 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_fmpi2c.c169 uint32_t tmpreg = 0; in FMPI2C_Init() local
185 tmpreg = FMPI2Cx->CR1; in FMPI2C_Init()
194 FMPI2Cx->CR1 = tmpreg; in FMPI2C_Init()
207 tmpreg = 0; in FMPI2C_Init()
439 uint32_t tmpreg = 0; in FMPI2C_OwnAddress2Config() local
519 uint32_t tmpreg = 0; in FMPI2C_SlaveAddressConfig() local
662 uint32_t tmpreg = 0; in FMPI2C_NumberOfBytesConfig() local
831 uint32_t tmpreg = 0; in FMPI2C_GetTransferDirection() local
841 if (tmpreg == 0) in FMPI2C_GetTransferDirection()
875 uint32_t tmpreg = 0; in FMPI2C_TransferHandling() local
[all …]
H A Dstm32f4xx_qspi.c221 uint32_t tmpreg = 0; in QSPI_Init() local
234 tmpreg = QUADSPI->CR; in QSPI_Init()
243 QUADSPI->CR = tmpreg; in QSPI_Init()
247 tmpreg = QUADSPI->DCR; in QSPI_Init()
267 uint32_t tmpreg = 0; in QSPI_ComConfig_Init() local
285 tmpreg = QUADSPI->CCR; in QSPI_ComConfig_Init()
383 uint32_t tmpreg = 0; in QSPI_AutoPollingMode_SetInterval() local
413 uint32_t tmpreg = 0; in QSPI_MemoryMappedMode_SetTimeout() local
476 uint32_t tmpreg = 0; in QSPI_SetFIFOThreshold() local
488 QUADSPI->CR = tmpreg; in QSPI_SetFIFOThreshold()
[all …]
H A Dstm32f4xx_rcc.c341 uint32_t tmpreg = 0; in RCC_AdjustHSICalibrationValue() local
345 tmpreg = RCC->CR; in RCC_AdjustHSICalibrationValue()
354 RCC->CR = tmpreg; in RCC_AdjustHSICalibrationValue()
912 tmpreg = RCC->CFGR; in RCC_MCO1Config()
921 RCC->CFGR = tmpreg; in RCC_MCO1Config()
957 tmpreg = RCC->CFGR; in RCC_MCO2Config()
966 RCC->CFGR = tmpreg; in RCC_MCO2Config()
1156 tmpreg = RCC->CFGR; in RCC_SYSCLKConfig()
1165 RCC->CFGR = tmpreg; in RCC_SYSCLKConfig()
1210 tmpreg = RCC->CFGR; in RCC_HCLKConfig()
[all …]
H A Dstm32f4xx_rtc.c767 uint32_t tmpreg = 0; in RTC_SetTime() local
889 uint32_t tmpreg = 0; in RTC_GetTime() local
922 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
930 return (tmpreg); in RTC_GetSubSecond()
947 uint32_t tmpreg = 0; in RTC_SetDate() local
1057 uint32_t tmpreg = 0; in RTC_GetDate() local
1117 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1258 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1406 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1447 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_i2c.c176 uint32_t tmpreg = 0; in I2C_Init() local
192 tmpreg = I2Cx->CR1; in I2C_Init()
201 I2Cx->CR1 = tmpreg; in I2C_Init()
214 tmpreg = 0; in I2C_Init()
225 I2Cx->OAR1 = tmpreg; in I2C_Init()
238 tmpreg = I2Cx->CR2; in I2C_Init()
245 I2Cx->CR2 = tmpreg; in I2C_Init()
533 tmpreg = I2Cx->CR2; in I2C_SlaveAddressConfig()
848 if (tmpreg == 0) in I2C_GetTransferDirection()
1436 if(tmpreg != 0) in I2C_GetFlagStatus()
[all …]
H A Dstm32f37x_rtc.c723 uint32_t tmpreg = 0; in RTC_SetTime() local
846 uint32_t tmpreg = 0; in RTC_GetTime() local
879 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
887 return (tmpreg); in RTC_GetSubSecond()
904 uint32_t tmpreg = 0; in RTC_SetDate() local
1014 uint32_t tmpreg = 0; in RTC_GetDate() local
1075 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1216 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1363 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1404 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_i2c.c176 uint32_t tmpreg = 0; in I2C_Init() local
192 tmpreg = I2Cx->CR1; in I2C_Init()
201 I2Cx->CR1 = tmpreg; in I2C_Init()
214 tmpreg = 0; in I2C_Init()
225 I2Cx->OAR1 = tmpreg; in I2C_Init()
238 tmpreg = I2Cx->CR2; in I2C_Init()
245 I2Cx->CR2 = tmpreg; in I2C_Init()
533 tmpreg = I2Cx->CR2; in I2C_SlaveAddressConfig()
848 if (tmpreg == 0) in I2C_GetTransferDirection()
1436 if(tmpreg != 0) in I2C_GetFlagStatus()
[all …]
H A Dstm32f30x_opamp.c166 uint32_t tmpreg = 0; in OPAMP_Init() local
174 tmpreg = *(__IO uint32_t *) (OPAMP_BASE + OPAMP_Selection); in OPAMP_Init()
177 tmpreg &= (uint32_t) (OPAMP_CSR_DEFAULT_MASK); in OPAMP_Init()
183 *(__IO uint32_t *) (OPAMP_BASE + OPAMP_Selection) = tmpreg; in OPAMP_Init()
241 uint32_t tmpreg = 0; in OPAMP_VrefConfig() local
251 tmpreg &= (uint32_t) (~OPAMP_CSR_CALSEL); in OPAMP_VrefConfig()
254 tmpreg |= (uint32_t)(OPAMP_Vref); in OPAMP_VrefConfig()
333 uint32_t tmpreg = 0; in OPAMP_TimerControlledMuxConfig() local
344 tmpreg &= (uint32_t) (OPAMP_CSR_TIMERMUX_MASK); in OPAMP_TimerControlledMuxConfig()
486 uint32_t tmpreg = 0; in OPAMP_OffsetTrimConfig() local
[all …]
H A Dstm32f30x_rtc.c728 uint32_t tmpreg = 0; in RTC_SetTime() local
851 uint32_t tmpreg = 0; in RTC_GetTime() local
884 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
892 return (tmpreg); in RTC_GetSubSecond()
909 uint32_t tmpreg = 0; in RTC_SetDate() local
1019 uint32_t tmpreg = 0; in RTC_GetDate() local
1079 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1220 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1368 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1409 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_fmpi2c.c169 uint32_t tmpreg = 0; in FMPI2C_Init() local
185 tmpreg = FMPI2Cx->CR1; in FMPI2C_Init()
194 FMPI2Cx->CR1 = tmpreg; in FMPI2C_Init()
207 tmpreg = 0; in FMPI2C_Init()
439 uint32_t tmpreg = 0; in FMPI2C_OwnAddress2Config() local
519 uint32_t tmpreg = 0; in FMPI2C_SlaveAddressConfig() local
662 uint32_t tmpreg = 0; in FMPI2C_NumberOfBytesConfig() local
831 uint32_t tmpreg = 0; in FMPI2C_GetTransferDirection() local
841 if (tmpreg == 0) in FMPI2C_GetTransferDirection()
875 uint32_t tmpreg = 0; in FMPI2C_TransferHandling() local
[all …]
H A Dstm32f4xx_qspi.c221 uint32_t tmpreg = 0; in QSPI_Init() local
234 tmpreg = QUADSPI->CR; in QSPI_Init()
243 QUADSPI->CR = tmpreg; in QSPI_Init()
247 tmpreg = QUADSPI->DCR; in QSPI_Init()
267 uint32_t tmpreg = 0; in QSPI_ComConfig_Init() local
285 tmpreg = QUADSPI->CCR; in QSPI_ComConfig_Init()
383 uint32_t tmpreg = 0; in QSPI_AutoPollingMode_SetInterval() local
413 uint32_t tmpreg = 0; in QSPI_MemoryMappedMode_SetTimeout() local
476 uint32_t tmpreg = 0; in QSPI_SetFIFOThreshold() local
488 QUADSPI->CR = tmpreg; in QSPI_SetFIFOThreshold()
[all …]
H A Dstm32f4xx_rcc.c341 uint32_t tmpreg = 0; in RCC_AdjustHSICalibrationValue() local
345 tmpreg = RCC->CR; in RCC_AdjustHSICalibrationValue()
354 RCC->CR = tmpreg; in RCC_AdjustHSICalibrationValue()
912 tmpreg = RCC->CFGR; in RCC_MCO1Config()
921 RCC->CFGR = tmpreg; in RCC_MCO1Config()
957 tmpreg = RCC->CFGR; in RCC_MCO2Config()
966 RCC->CFGR = tmpreg; in RCC_MCO2Config()
1156 tmpreg = RCC->CFGR; in RCC_SYSCLKConfig()
1165 RCC->CFGR = tmpreg; in RCC_SYSCLKConfig()
1210 tmpreg = RCC->CFGR; in RCC_HCLKConfig()
[all …]
H A Dstm32f4xx_rtc.c767 uint32_t tmpreg = 0; in RTC_SetTime() local
889 uint32_t tmpreg = 0; in RTC_GetTime() local
922 uint32_t tmpreg = 0; in RTC_GetSubSecond() local
930 return (tmpreg); in RTC_GetSubSecond()
947 uint32_t tmpreg = 0; in RTC_SetDate() local
1057 uint32_t tmpreg = 0; in RTC_GetDate() local
1117 uint32_t tmpreg = 0; in RTC_SetAlarm() local
1258 uint32_t tmpreg = 0; in RTC_GetAlarm() local
1406 uint32_t tmpreg = 0; in RTC_AlarmSubSecondConfig() local
1447 uint32_t tmpreg = 0; in RTC_GetAlarmSubSecond() local
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/src/
H A Dstm32f10x_rcc.c336 uint32_t tmpreg = 0; in RCC_AdjustHSICalibrationValue() local
339 tmpreg = RCC->CR; in RCC_AdjustHSICalibrationValue()
345 RCC->CR = tmpreg; in RCC_AdjustHSICalibrationValue()
386 tmpreg = RCC->CFGR; in RCC_PLLConfig()
392 RCC->CFGR = tmpreg; in RCC_PLLConfig()
565 tmpreg = RCC->CFGR; in RCC_SYSCLKConfig()
571 RCC->CFGR = tmpreg; in RCC_SYSCLKConfig()
609 tmpreg = RCC->CFGR; in RCC_HCLKConfig()
615 RCC->CFGR = tmpreg; in RCC_HCLKConfig()
635 tmpreg = RCC->CFGR; in RCC_PCLK1Config()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F10x_StdPeriph_Driver/src/
H A Dstm32f10x_rcc.c336 uint32_t tmpreg = 0; in RCC_AdjustHSICalibrationValue() local
339 tmpreg = RCC->CR; in RCC_AdjustHSICalibrationValue()
345 RCC->CR = tmpreg; in RCC_AdjustHSICalibrationValue()
386 tmpreg = RCC->CFGR; in RCC_PLLConfig()
392 RCC->CFGR = tmpreg; in RCC_PLLConfig()
565 tmpreg = RCC->CFGR; in RCC_SYSCLKConfig()
571 RCC->CFGR = tmpreg; in RCC_SYSCLKConfig()
609 tmpreg = RCC->CFGR; in RCC_HCLKConfig()
615 RCC->CFGR = tmpreg; in RCC_HCLKConfig()
635 tmpreg = RCC->CFGR; in RCC_PCLK1Config()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_bus.h251 (void)tmpreg; in LL_AHB1_GRP1_EnableClock()
379 (void)tmpreg; in LL_AHB1_GRP1_EnableClockStopSleep()
459 (void)tmpreg; in LL_AHB2_GRP1_EnableClock()
677 (void)tmpreg; in LL_AHB2_GRP1_EnableClockStopSleep()
751 (void)tmpreg; in LL_AHB3_GRP1_EnableClock()
837 (void)tmpreg; in LL_AHB3_GRP1_EnableClockStopSleep()
921 (void)tmpreg; in LL_APB1_GRP1_EnableClock()
943 (void)tmpreg; in LL_APB1_GRP2_EnableClock()
1291 (void)tmpreg; in LL_APB1_GRP1_EnableClockStopSleep()
1313 (void)tmpreg; in LL_APB1_GRP2_EnableClockStopSleep()
[all …]
H A Dstm32g4xx_hal_rcc.h506 UNUSED(tmpreg); \
514 UNUSED(tmpreg); \
522 UNUSED(tmpreg); \
530 UNUSED(tmpreg); \
538 UNUSED(tmpreg); \
546 UNUSED(tmpreg); \
554 UNUSED(tmpreg); \
588 UNUSED(tmpreg); \
596 UNUSED(tmpreg); \
604 UNUSED(tmpreg); \
[all …]
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_bus.h236 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local
240 (void)tmpreg; in LL_AHB1_GRP1_EnableClock()
444 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local
448 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep()
551 __IO uint32_t tmpreg; in LL_APB1_GRP1_EnableClock() local
555 (void)tmpreg; in LL_APB1_GRP1_EnableClock()
822 __IO uint32_t tmpreg; in LL_APB1_GRP1_EnableClockSleep() local
826 (void)tmpreg; in LL_APB1_GRP1_EnableClockSleep()
915 __IO uint32_t tmpreg; in LL_APB2_GRP1_EnableClock() local
919 (void)tmpreg; in LL_APB2_GRP1_EnableClock()
[all …]
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_bus.h236 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local
240 (void)tmpreg; in LL_AHB1_GRP1_EnableClock()
444 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local
448 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep()
551 __IO uint32_t tmpreg; in LL_APB1_GRP1_EnableClock() local
555 (void)tmpreg; in LL_APB1_GRP1_EnableClock()
822 __IO uint32_t tmpreg; in LL_APB1_GRP1_EnableClockSleep() local
826 (void)tmpreg; in LL_APB1_GRP1_EnableClockSleep()
915 __IO uint32_t tmpreg; in LL_APB2_GRP1_EnableClock() local
919 (void)tmpreg; in LL_APB2_GRP1_EnableClock()
[all …]

12345678910>>...31