/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_adc.h | 870 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 871 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 872 ((TIME) == ADC_SAMPLETIME_13CYCLES_5) || \ 873 ((TIME) == ADC_SAMPLETIME_28CYCLES_5) || \ 874 ((TIME) == ADC_SAMPLETIME_41CYCLES_5) || \ 875 ((TIME) == ADC_SAMPLETIME_55CYCLES_5) || \ 876 ((TIME) == ADC_SAMPLETIME_71CYCLES_5) || \ 877 ((TIME) == ADC_SAMPLETIME_239CYCLES_5) )
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_adc.h | 1511 #define IS_ADC4_SAMPLE_TIME(TIME) (((TIME) == ADC4_SAMPLETIME_1CYCLE_5) || \ argument 1512 ((TIME) == ADC4_SAMPLETIME_3CYCLES_5) || \ 1513 ((TIME) == ADC4_SAMPLETIME_7CYCLES_5) || \ 1514 ((TIME) == ADC4_SAMPLETIME_12CYCLES_5) || \ 1515 ((TIME) == ADC4_SAMPLETIME_19CYCLES_5) || \ 1516 ((TIME) == ADC4_SAMPLETIME_39CYCLES_5) || \ 1517 ((TIME) == ADC4_SAMPLETIME_79CYCLES_5) || \ 1518 ((TIME) == ADC4_SAMPLETIME_814CYCLES_5) ) 1520 #define IS_ADC4_SAMPLE_TIME_COMMON(TIME) (((TIME) == ADC4_SAMPLINGTIME_COMMON_1) || \ argument 1521 ((TIME) == ADC4_SAMPLINGTIME_COMMON_2) )
|
D | stm32u5xx_hal_dac_ex.h | 129 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 131 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
D | stm32u5xx_hal_ospi.h | 926 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument 1076 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_adc.h | 739 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_3CYCLES) || \ argument 740 ((TIME) == ADC_SAMPLETIME_15CYCLES) || \ 741 ((TIME) == ADC_SAMPLETIME_28CYCLES) || \ 742 ((TIME) == ADC_SAMPLETIME_56CYCLES) || \ 743 ((TIME) == ADC_SAMPLETIME_84CYCLES) || \ 744 ((TIME) == ADC_SAMPLETIME_112CYCLES) || \ 745 ((TIME) == ADC_SAMPLETIME_144CYCLES) || \ 746 ((TIME) == ADC_SAMPLETIME_480CYCLES))
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_adc.h | 811 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 812 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 813 ((TIME) == ADC_SAMPLETIME_13CYCLES_5) || \ 814 ((TIME) == ADC_SAMPLETIME_28CYCLES_5) || \ 815 ((TIME) == ADC_SAMPLETIME_41CYCLES_5) || \ 816 ((TIME) == ADC_SAMPLETIME_55CYCLES_5) || \ 817 ((TIME) == ADC_SAMPLETIME_71CYCLES_5) || \ 818 ((TIME) == ADC_SAMPLETIME_239CYCLES_5) )
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_adc.h | 748 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_3CYCLES) || \ argument 749 ((TIME) == ADC_SAMPLETIME_15CYCLES) || \ 750 ((TIME) == ADC_SAMPLETIME_28CYCLES) || \ 751 ((TIME) == ADC_SAMPLETIME_56CYCLES) || \ 752 ((TIME) == ADC_SAMPLETIME_84CYCLES) || \ 753 ((TIME) == ADC_SAMPLETIME_112CYCLES) || \ 754 ((TIME) == ADC_SAMPLETIME_144CYCLES) || \ 755 ((TIME) == ADC_SAMPLETIME_480CYCLES))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 1142 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 1143 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \ 1144 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 1145 ((TIME) == ADC_SAMPLETIME_12CYCLES_5) || \ 1146 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 1147 ((TIME) == ADC_SAMPLETIME_39CYCLES_5) || \ 1148 ((TIME) == ADC_SAMPLETIME_79CYCLES_5) || \ 1149 ((TIME) == ADC_SAMPLETIME_160CYCLES_5) )
|
D | stm32wlxx_hal_dac_ex.h | 106 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 108 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 1119 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 1120 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \ 1121 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 1122 ((TIME) == ADC_SAMPLETIME_12CYCLES_5) || \ 1123 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 1124 ((TIME) == ADC_SAMPLETIME_39CYCLES_5) || \ 1125 ((TIME) == ADC_SAMPLETIME_79CYCLES_5) || \ 1126 ((TIME) == ADC_SAMPLETIME_814CYCLES_5) )
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 1151 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 1152 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \ 1153 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 1154 ((TIME) == ADC_SAMPLETIME_12CYCLES_5) || \ 1155 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 1156 ((TIME) == ADC_SAMPLETIME_39CYCLES_5) || \ 1157 ((TIME) == ADC_SAMPLETIME_79CYCLES_5) || \ 1158 ((TIME) == ADC_SAMPLETIME_160CYCLES_5) )
|
D | stm32u0xx_hal_dac_ex.h | 109 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 111 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_adc.h | 1020 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5 ) || \ argument 1021 ((TIME) == ADC_SAMPLETIME_3CYCLES_5 ) || \ 1022 ((TIME) == ADC_SAMPLETIME_7CYCLES_5 ) || \ 1023 ((TIME) == ADC_SAMPLETIME_12CYCLES_5 ) || \ 1024 ((TIME) == ADC_SAMPLETIME_19CYCLES_5 ) || \ 1025 ((TIME) == ADC_SAMPLETIME_39CYCLES_5 ) || \ 1026 ((TIME) == ADC_SAMPLETIME_79CYCLES_5 ) || \ 1027 ((TIME) == ADC_SAMPLETIME_160CYCLES_5))
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_adc.h | 1174 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 1175 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \ 1176 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 1177 ((TIME) == ADC_SAMPLETIME_12CYCLES_5) || \ 1178 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 1179 ((TIME) == ADC_SAMPLETIME_39CYCLES_5) || \ 1180 ((TIME) == ADC_SAMPLETIME_79CYCLES_5) || \ 1181 ((TIME) == ADC_SAMPLETIME_160CYCLES_5) )
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_adc.h | 1172 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 1173 ((TIME) == ADC_SAMPLETIME_3CYCLES_5) || \ 1174 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 1175 ((TIME) == ADC_SAMPLETIME_12CYCLES_5) || \ 1176 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 1177 ((TIME) == ADC_SAMPLETIME_39CYCLES_5) || \ 1178 ((TIME) == ADC_SAMPLETIME_79CYCLES_5) || \ 1179 ((TIME) == ADC_SAMPLETIME_160CYCLES_5) )
|
D | stm32g0xx_hal_dac_ex.h | 109 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 111 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_adc_ex.h | 3006 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 3007 ((TIME) == ADC_SAMPLETIME_2CYCLES_5) || \ 3008 ((TIME) == ADC_SAMPLETIME_4CYCLES_5) || \ 3009 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ 3010 ((TIME) == ADC_SAMPLETIME_19CYCLES_5) || \ 3011 ((TIME) == ADC_SAMPLETIME_61CYCLES_5) || \ 3012 ((TIME) == ADC_SAMPLETIME_181CYCLES_5) || \ 3013 ((TIME) == ADC_SAMPLETIME_601CYCLES_5) ) 3730 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_1CYCLE_5) || \ argument 3731 ((TIME) == ADC_SAMPLETIME_7CYCLES_5) || \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_adc.h | 1135 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_4CYCLES) || \ argument 1136 ((TIME) == ADC_SAMPLETIME_9CYCLES) || \ 1137 ((TIME) == ADC_SAMPLETIME_16CYCLES) || \ 1138 ((TIME) == ADC_SAMPLETIME_24CYCLES) || \ 1139 ((TIME) == ADC_SAMPLETIME_48CYCLES) || \ 1140 ((TIME) == ADC_SAMPLETIME_96CYCLES) || \ 1141 ((TIME) == ADC_SAMPLETIME_192CYCLES) || \ 1142 ((TIME) == ADC_SAMPLETIME_384CYCLES) )
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dac_ex.h | 111 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FF) argument 113 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FF) argument
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dac_ex.h | 115 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 117 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_dac_ex.h | 131 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 133 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 906 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument 1054 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
|
D | stm32h7xx_hal_dac_ex.h | 146 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 148 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 894 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument 1026 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
|
D | stm32l4xx_hal_dac_ex.h | 146 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument 148 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
|