| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_sqpi.c | 60 sqpi_struct->polarity = SQPI_SAMPLE_POLARITY_RISING; in sqpi_struct_para_init() 83 temp |= ((sqpi_struct->polarity)|sqpi_struct->id_length|sqpi_struct->cmd_bit); in sqpi_init()
|
| D | gd32e50x_shrtimer.c | 553 channelcfg->polarity = SHRTIMER_CHANNEL_POLARITY_HIGH; in shrtimer_channel_outputcfg_struct_para_init() 1474 exevcfg->polarity = SHRTIMER_EXEV_POLARITY_HIGH; in shrtimer_exeventcfg_struct_para_init() 1573 faultcfg->polarity = SHRTIMER_FAULT_POLARITY_LOW; in shrtimer_faultcfg_struct_para_init() 1607 fltincfg0 |= faultcfg->polarity; in shrtimer_fault_config() 1618 fltincfg0 |= ((faultcfg->polarity) << 8); in shrtimer_fault_config() 1629 fltincfg0 |= ((faultcfg->polarity) << 16); in shrtimer_fault_config() 1640 fltincfg0 |= ((faultcfg->polarity) << 24); in shrtimer_fault_config() 1651 fltincfg1 |= faultcfg->polarity; in shrtimer_fault_config() 2990 exevcfg0_reg |= eventcfg->polarity; in external_event_config() 3000 exevcfg0_reg |= ((eventcfg->polarity) << 6); in external_event_config() [all …]
|
| D | gd32e50x_ctc.c | 133 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 136 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/source/ |
| D | gd32l23x_ctc.c | 130 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 133 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| D | gd32l23x_dma.c | 786 …dmamux_synchronization_polarity_config(dmamux_multiplexer_channel_enum channelx, uint32_t polarity) in dmamux_synchronization_polarity_config() argument 789 DMAMUX_RM_CHXCFG(channelx) |= polarity; in dmamux_synchronization_polarity_config() 918 void dmamux_trigger_polarity_config(dmamux_generator_channel_enum channelx, uint32_t polarity) in dmamux_trigger_polarity_config() argument 921 DMAMUX_RG_CHXCFG(channelx) |= polarity; in dmamux_trigger_polarity_config()
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/source/ |
| D | gd32f403_ctc.c | 132 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 135 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_ctc.c | 63 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 66 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/source/ |
| D | gd32e10x_ctc.c | 133 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 136 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_ctc.c | 133 void ctc_refsource_polarity_config(uint32_t polarity) in ctc_refsource_polarity_config() argument 136 CTC_CTL1 |= (uint32_t)polarity; in ctc_refsource_polarity_config()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_dma.c | 828 …dmamux_synchronization_polarity_config(dmamux_multiplexer_channel_enum channelx, uint32_t polarity) in dmamux_synchronization_polarity_config() argument 831 DMAMUX_RM_CHXCFG(channelx) |= polarity; in dmamux_synchronization_polarity_config() 997 void dmamux_trigger_polarity_config(dmamux_generator_channel_enum channelx, uint32_t polarity) in dmamux_trigger_polarity_config() argument 1000 DMAMUX_RG_CHXCFG(channelx) |= polarity; in dmamux_trigger_polarity_config()
|
| D | gd32a50x_timer.c | 2634 breakinpara->polarity = TIMER_BRKIN_POLARITY_LOW; in timer_break_external_input_struct_para_init() 2661 (breakinpara->polarity << ((break_input << 1U) + 25U))); in timer_break_external_input_config() 2716 …reak_external_input_polarity_config(uint32_t timer_periph, uint32_t break_input, uint32_t polarity) in timer_break_external_input_polarity_config() argument 2718 if(polarity == TIMER_BRKIN_POLARITY_HIGH) { in timer_break_external_input_polarity_config()
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_sqpi.h | 83 …uint32_t polarity; /*!< SQPI sample polar… member
|
| D | gd32e50x_ctc.h | 152 void ctc_refsource_polarity_config(uint32_t polarity);
|
| D | gd32e50x_shrtimer.h | 1169 …uint32_t polarity; /*!< the active level of external event 0 when EXEVyEG… member 1177 …uint32_t polarity; /*!< the polarity of the fault input, refer to: fault … member 1191 …uint32_t polarity; /*!< configure channel output polarity, refer to: chan… member
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/include/ |
| D | gd32l23x_ctc.h | 151 void ctc_refsource_polarity_config(uint32_t polarity);
|
| D | gd32l23x_dma.h | 593 …mamux_synchronization_polarity_config(dmamux_multiplexer_channel_enum channelx, uint32_t polarity); 601 void dmamux_trigger_polarity_config(dmamux_generator_channel_enum channelx, uint32_t polarity);
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/include/ |
| D | gd32f403_ctc.h | 153 void ctc_refsource_polarity_config(uint32_t polarity);
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/include/ |
| D | gd32e10x_ctc.h | 152 void ctc_refsource_polarity_config(uint32_t polarity);
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_ctc.h | 158 void ctc_refsource_polarity_config(uint32_t polarity);
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/ |
| D | gd32f3x0_ctc.h | 146 void ctc_refsource_polarity_config(uint32_t polarity);
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_dma.h | 681 …mamux_synchronization_polarity_config(dmamux_multiplexer_channel_enum channelx, uint32_t polarity); 689 void dmamux_trigger_polarity_config(dmamux_generator_channel_enum channelx, uint32_t polarity);
|
| D | gd32a50x_timer.h | 487 …uint32_t polarity; /*!< break externa… member 1109 …eak_external_input_polarity_config(uint32_t timer_periph, uint32_t break_input, uint32_t polarity);
|