| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_tmr.c | 549 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_ConfigIntTrigExternalClock() argument 551 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigIntTrigExternalClock() 575 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource, in TMR_ConfigTrigExternalClock() argument 578 if (triggerSource == 0x06) in TMR_ConfigTrigExternalClock() 587 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigTrigExternalClock() 738 void TMR_SelectInputTrigger(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_SelectInputTrigger() argument 741 tmr->SMCTRL_B.TRGSEL = triggerSource; in TMR_SelectInputTrigger()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/ |
| A D | apm32e10x_tmr.c | 576 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_ConfigIntTrigExternalClock() argument 578 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigIntTrigExternalClock() 602 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource, in TMR_ConfigTrigExternalClock() argument 605 if (triggerSource == 0x06) in TMR_ConfigTrigExternalClock() 614 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigTrigExternalClock() 763 void TMR_SelectInputTrigger(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_SelectInputTrigger() argument 766 tmr->SMCTRL_B.TRGSEL = triggerSource; in TMR_SelectInputTrigger()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_tmr.c | 590 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_ConfigIntTrigExternalClock() argument 592 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigIntTrigExternalClock() 616 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource, in TMR_ConfigTrigExternalClock() argument 619 if (triggerSource == 0x06) in TMR_ConfigTrigExternalClock() 628 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigTrigExternalClock() 777 void TMR_SelectInputTrigger(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_SelectInputTrigger() argument 780 tmr->SMCTRL_B.TRGSEL = triggerSource; in TMR_SelectInputTrigger()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_tmr.c | 1633 void TMR_ConfigIntTrigExternalClock(TMR_T *tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_ConfigIntTrigExternalClock() argument 1635 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigIntTrigExternalClock() 1659 void TMR_ConfigTrigExternalClock(TMR_T *tmr, TMR_TRIGGER_SOURCE_T triggerSource, in TMR_ConfigTrigExternalClock() argument 1662 if (triggerSource == TMR_TRIGGER_SOURCE_TI2FP2) in TMR_ConfigTrigExternalClock() 1671 TMR_SelectInputTrigger(tmr, triggerSource); in TMR_ConfigTrigExternalClock() 1752 void TMR_SelectInputTrigger(TMR_T *tmr, TMR_TRIGGER_SOURCE_T triggerSource) in TMR_SelectInputTrigger() argument 1754 tmr->SMCTRL_B.TRGSEL = triggerSource; in TMR_SelectInputTrigger()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_tmr.h | 666 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource); 667 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource, 675 void TMR_SelectInputTrigger(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource);
|
| /bsp/rm48x50/HALCoGen/include/ |
| A D | mibspi.h | 34 enum triggerSource enum
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/ |
| A D | fsl_lpit.c | 126 reg = (LPIT_TCTRL_MODE(chnlSetup->timerMode) | LPIT_TCTRL_TRG_SRC(chnlSetup->triggerSource) | in LPIT_SetupChannel()
|
| A D | fsl_lpit.h | 116 lpit_trigger_source_t triggerSource; /*!< Decides if we use external or internal trigger. */ member
|
| A D | fsl_flexio_spi.c | 220 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_SPI_MasterInit() 246 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_SPI_MasterInit() 365 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_SPI_SlaveInit()
|
| A D | fsl_tpm.h | 217 tpm_trigger_source_t triggerSource; /*!< Decides if we use external or internal trigger. */ member
|
| A D | fsl_flexio.c | 183 FLEXIO_TIMCTL_TRGSRC(timerConfig->triggerSource) | in FLEXIO_SetTimerConfig()
|
| A D | fsl_flexio_uart.c | 146 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_UART_Init() 190 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceExternal; in FLEXIO_UART_Init()
|
| A D | fsl_tpm.c | 86 TPM_CONF_TRGSRC(config->triggerSource) | in TPM_Init() 134 config->triggerSource = kTPM_TriggerSource_External; in TPM_GetDefaultConfig()
|
| A D | fsl_flexio.h | 236 …flexio_timer_trigger_source_t triggerSource; /*!< Trigger Source, internal (see 'trgsel') or e… member
|
| A D | fsl_flexio_i2c_master.c | 399 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_I2C_MasterInit() 428 timerConfig.triggerSource = kFLEXIO_TimerTriggerSourceInternal; in FLEXIO_I2C_MasterInit()
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_tmr.h | 581 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource); 582 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource,
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_tmr.h | 580 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource); 581 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource,
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_tmr.h | 581 void TMR_ConfigIntTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource); 582 void TMR_ConfigTrigExternalClock(TMR_T* tmr, TMR_TRIGGER_SOURCE_T triggerSource,
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/ |
| A D | fm33lc0xx_fl_adc.c | 287 FL_ADC_SetTriggerSource(ADCx, ADC_InitStruct->triggerSource); in FL_ADC_Init()
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_adc.h | 82 uint32_t triggerSource; member
|