| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_comp.h | 167 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_Output_None) || \ argument 168 ((OUTPUT) == COMP_Output_TIM1BKIN) || \ 169 ((OUTPUT) == COMP_Output_TIM1IC1) || \ 170 ((OUTPUT) == COMP_Output_TIM1OCREFCLR) || \ 171 ((OUTPUT) == COMP_Output_TIM2IC4) || \ 172 ((OUTPUT) == COMP_Output_TIM2OCREFCLR) || \ 173 ((OUTPUT) == COMP_Output_TIM3IC1) || \ 174 ((OUTPUT) == COMP_Output_TIM3OCREFCLR))
|
| /bsp/essemi/es32vf2264/applications/arduino_pinout/examples/ |
| A D | arduino_examples.cpp | 57 pinMode(LED_BUILTIN, OUTPUT); in setup() 62 pinMode(D2, OUTPUT); in setup() 63 pinMode(D4, OUTPUT); in setup() 65 pinMode(D7, OUTPUT); in setup() 67 pinMode(D18, OUTPUT); //LED6 in setup() 96 pinMode(D10, OUTPUT); in setup()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_comp.h | 162 #define IS_COMP_OUTPUT(OUTPUT) (((OUTPUT) == COMP_OUTPUT_TIM2IC4) || \ argument 163 ((OUTPUT) == COMP_OUTPUT_TIM2OCREFCLR) || \ 164 ((OUTPUT) == COMP_OUTPUT_TIM3IC4) || \ 165 ((OUTPUT) == COMP_OUTPUT_TIM3OCREFCLR) || \ 166 ((OUTPUT) == COMP_OUTPUT_TIM4IC4) || \ 167 ((OUTPUT) == COMP_OUTPUT_TIM4OCREFCLR) || \ 168 ((OUTPUT) == COMP_OUTPUT_TIM10IC1) || \ 169 ((OUTPUT) == COMP_OUTPUT_NONE) )
|
| A D | stm32l1xx_hal_rtc_ex.h | 172 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \ argument 173 ((OUTPUT) == RTC_OUTPUT_ALARMA) || \ 174 ((OUTPUT) == RTC_OUTPUT_ALARMB) || \ 175 ((OUTPUT) == RTC_OUTPUT_WAKEUP)) 482 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIBOUTPUT_512HZ) || \ argument 483 ((OUTPUT) == RTC_CALIBOUTPUT_1HZ))
|
| /bsp/xuantie/smartl/e907/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/c906/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/c907/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/c908/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/c910/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/r908/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/r910/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/xiaohui/r920/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/smartl/e902/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/xuantie/smartl/e906/ |
| A D | objdump.bat | 4 set OUTPUT=rtthread.asm variable 6 %OBJDUMP% -d %TARGET% > %OUTPUT% 7 echo Disassembly generated to %OUTPUT%
|
| /bsp/essemi/es32f369x/applications/arduino_pinout/examples/ |
| A D | arduino_examples.cpp | 59 pinMode(D2, OUTPUT); in setup() 60 pinMode(D4, OUTPUT); in setup() 62 pinMode(D7, OUTPUT); in setup() 64 pinMode(D18, OUTPUT); //LED6 in setup() 91 pinMode(D10, OUTPUT); in setup()
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_rtc.h | 395 #define IS_RTC_OUTPUT_MODE(OUTPUT) … argument 396 …(((OUTPUT) == RTC_OUTPUT_DIS) || ((OUTPUT) == RTC_OUTPUT_ALA) || ((OUTPUT) == RTC_OUTPUT_ALB) … 397 || ((OUTPUT) == RTC_OUTPUT_WKUP)) 419 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CALIB_OUTPUT_256HZ) || ((OUTPUT) == RTC_CALIB… argument
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_rtc.h | 364 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_Output_Disable) || \ argument 365 ((OUTPUT) == RTC_Output_AlarmA) || \ 366 ((OUTPUT) == RTC_Output_WakeUp)) 389 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CalibOutput_512Hz) || \ argument 390 ((OUTPUT) == RTC_CalibOutput_1Hz))
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_rtc.h | 378 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_Output_Disable) || \ argument 379 ((OUTPUT) == RTC_Output_AlarmA) || \ 380 ((OUTPUT) == RTC_Output_WakeUp)) 403 #define IS_RTC_CALIB_OUTPUT(OUTPUT) (((OUTPUT) == RTC_CalibOutput_512Hz) || \ argument 404 ((OUTPUT) == RTC_CalibOutput_1Hz))
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_dac.h | 480 #define IS_DAC_CHANNEL_OUTPUT_SEL(OUTPUT) (((OUTPUT) == DAC_CHANNEL_OUTPUT_DISABLE) |… argument 481 ((OUTPUT) == DAC_CHANNEL_OUTPUT_ENABLE))
|