| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/ |
| D | gd32f3x0_adc.c | 405 void adc_inserted_channel_offset_config(uint8_t inserted_channel, uint16_t offset) in adc_inserted_channel_offset_config() argument 411 num = 3U - (inserted_length - inserted_channel); in adc_inserted_channel_offset_config() 544 uint16_t adc_inserted_data_read(uint8_t inserted_channel) in adc_inserted_data_read() argument 548 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/source/ |
| D | gd32l23x_adc.c | 460 void adc_inserted_channel_offset_config(uint8_t inserted_channel, uint16_t offset) in adc_inserted_channel_offset_config() argument 466 num = ((uint32_t)ADC_OFFSET_LENGTH - ((uint32_t)inserted_length - (uint32_t)inserted_channel)); in adc_inserted_channel_offset_config() 595 uint16_t adc_inserted_data_read(uint8_t inserted_channel) in adc_inserted_data_read() argument 599 switch(inserted_channel) { in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/source/ |
| D | gd32f403_adc.c | 447 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… in adc_inserted_channel_offset_config() argument 453 num = 3U - (inserted_length - inserted_channel); in adc_inserted_channel_offset_config() 596 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel) in adc_inserted_data_read() argument 600 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/source/ |
| D | gd32a50x_adc.c | 440 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… in adc_inserted_channel_offset_config() argument 446 num = (uint32_t)3U - ((uint32_t)inserted_length - (uint32_t)inserted_channel); in adc_inserted_channel_offset_config() 572 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel) in adc_inserted_data_read() argument 576 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/source/ |
| D | gd32e10x_adc.c | 550 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… in adc_inserted_channel_offset_config() argument 556 num = ((uint32_t)ADC_OFFSET_LENGTH - ((uint32_t)inserted_length - (uint32_t)inserted_channel)); in adc_inserted_channel_offset_config() 696 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel) in adc_inserted_data_read() argument 700 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/source/ |
| D | gd32vf103_adc.c | 464 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… in adc_inserted_channel_offset_config() argument 470 num = ((uint32_t)ADC_OFFSET_LENGTH - ((uint32_t)inserted_length - (uint32_t)inserted_channel)); in adc_inserted_channel_offset_config() 608 uint16_t adc_inserted_data_read(uint32_t adc_periph, uint8_t inserted_channel) in adc_inserted_data_read() argument 612 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/ |
| D | gd32f4xx_adc.c | 575 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… in adc_inserted_channel_offset_config() argument 581 num = ((uint32_t)ADC_OFFSET_LENGTH - ((uint32_t)inserted_length - (uint32_t)inserted_channel)); in adc_inserted_channel_offset_config() 766 uint16_t adc_inserted_data_read(uint32_t adc_periph, uint8_t inserted_channel) in adc_inserted_data_read() argument 770 switch(inserted_channel) { in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/source/ |
| D | gd32e50x_adc.c | 445 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… in adc_inserted_channel_offset_config() argument 451 num = 3U - (inserted_length - inserted_channel); in adc_inserted_channel_offset_config() 628 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel) in adc_inserted_data_read() argument 632 switch(inserted_channel){ in adc_inserted_data_read()
|
| /hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/ |
| D | gd32f3x0_adc.h | 322 void adc_inserted_channel_offset_config(uint8_t inserted_channel, uint16_t offset); 333 uint16_t adc_inserted_data_read(uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32l23x/standard_peripheral/include/ |
| D | gd32l23x_adc.h | 332 void adc_inserted_channel_offset_config(uint8_t inserted_channel, uint16_t offset); 346 uint16_t adc_inserted_data_read(uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32vf103/standard_peripheral/include/ |
| D | gd32vf103_adc.h | 342 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… 355 uint16_t adc_inserted_data_read(uint32_t adc_periph, uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32f403/standard_peripheral/include/ |
| D | gd32f403_adc.h | 349 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… 360 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32e10x/standard_peripheral/include/ |
| D | gd32e10x_adc.h | 352 void adc_inserted_channel_offset_config(uint32_t adc_periph, uint8_t inserted_channel, uint16_t off… 364 uint16_t adc_inserted_data_read(uint32_t adc_periph, uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32a50x/standard_peripheral/include/ |
| D | gd32a50x_adc.h | 371 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… 386 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/ |
| D | gd32f4xx_adc.h | 456 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… 470 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel);
|
| /hal_gigadevice-latest/gd32e50x/standard_peripheral/include/ |
| D | gd32e50x_adc.h | 468 void adc_inserted_channel_offset_config(uint32_t adc_periph , uint8_t inserted_channel , uint16_t o… 484 uint16_t adc_inserted_data_read(uint32_t adc_periph , uint8_t inserted_channel);
|