Searched refs:resolutions (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/drivers/dac/ |
D | dac_gd32.c | 46 uint8_t resolutions[2]; member 82 if (data->resolutions[dacx] == 8U) { in dac_gd32_write() 90 if (data->resolutions[dacx] == 8U) { in dac_gd32_write() 123 data->resolutions[dacx] = channel_cfg->resolution; in dac_gd32_channel_setup()
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g473.dtsi | 37 resolutions = <STM32_ADC_RES(12, 0x00) 53 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32g491.dtsi | 63 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32g4.dtsi | 113 resolutions = <STM32_ADC_RES(12, 0x00) 129 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u595.dtsi | 72 resolutions = <STM32_ADC_RES(14, 0x00) 93 resolutions = <STM32_ADC_RES(14, 0x00)
|
/Zephyr-latest/drivers/video/ |
D | gc2145.c | 699 enum resolutions { enum 909 static int gc2145_set_resolution(const struct device *dev, enum resolutions res) in gc2145_set_resolution() 1027 enum resolutions res = RESOLUTIONS_MAX; in gc2145_set_fmt() 1045 res = (enum resolutions)i; in gc2145_set_fmt()
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f334.dtsi | 38 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32f303.dtsi | 151 resolutions = <STM32_ADC_RES(12, 0x00) 168 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32f302.dtsi | 112 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32f373.dtsi | 194 resolutions = <STM32F1_ADC_RES(12)>;
|
/Zephyr-latest/dts/arm/st/f4/ |
D | stm32f446.dtsi | 116 resolutions = <STM32_ADC_RES(12, 0x00) 133 resolutions = <STM32_ADC_RES(12, 0x00)
|
D | stm32f405.dtsi | 251 resolutions = <STM32_ADC_RES(12, 0x00) 268 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l4.dtsi | 404 resolutions = <STM32_ADC_RES(12, 0x00) 420 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7.dtsi | 859 resolutions = <STM32_ADC_RES(16, 0x00) 876 resolutions = <STM32_ADC_RES(16, 0x00) 894 resolutions = <STM32_ADC_RES(16, 0x00) 911 resolutions = <STM32_ADC_RES(16, 0x00)
|
D | stm32h723.dtsi | 50 resolutions = <STM32H72X_ADC3_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/f7/ |
D | stm32f7.dtsi | 759 resolutions = <STM32_ADC_RES(12, 0x00) 776 resolutions = <STM32_ADC_RES(12, 0x00) 793 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/l0/ |
D | stm32l0.dtsi | 315 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f0.dtsi | 345 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/l5/ |
D | stm32l5.dtsi | 664 resolutions = <STM32_ADC_RES(12, 0x00) 680 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/f1/ |
D | stm32f1.dtsi | 349 resolutions = <STM32F1_ADC_RES(12)>;
|
/Zephyr-latest/dts/arm/st/c0/ |
D | stm32c0.dtsi | 322 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/h7rs/ |
D | stm32h7rs.dtsi | 747 resolutions = <STM32_ADC_RES(12, 0x00) 763 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32.c | 1873 .res_table_size = DT_INST_PROP_LEN(index, resolutions), \ 1874 .res_table = DT_INST_PROP(index, resolutions), \
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h562.dtsi | 281 resolutions = <STM32_ADC_RES(12, 0x00)
|
/Zephyr-latest/dts/arm/st/l1/ |
D | stm32l1.dtsi | 224 resolutions = <STM32_ADC_RES(12, 0x00)
|
12