Home
last modified time | relevance | path

Searched defs:TIME (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dac_ex.h106 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
108 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32wlxx_hal_dac.h407 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_dac_ex.h109 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
111 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32u0xx_hal_dac.h397 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dac_ex.h146 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
148 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32h7xx_hal_ospi.h906 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument
1054 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
Dstm32h7xx_hal_dac.h450 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_dac_ex.h109 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
111 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32g0xx_hal_dac.h431 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dac_ex.h131 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
133 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32h5xx_hal_dac.h489 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dac_ex.h111 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FF) argument
113 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FF) argument
Dstm32mp1xx_hal_dac.h434 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FF) argument
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dac_ex.h115 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
117 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32l5xx_hal_dac.h447 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dac_ex.h129 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
131 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32u5xx_hal_ospi.h926 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument
1076 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
Dstm32u5xx_hal_xspi.h1135 #define IS_XSPI_CS_HIGH_TIME_CYCLE(TIME) (((TIME) >= 1U) && ((TIME) <= 64U)) argument
1339 #define IS_XSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
Dstm32u5xx_hal_adc.h1511 #define IS_ADC4_SAMPLE_TIME(TIME) (((TIME) == ADC4_SAMPLETIME_1CYCLE_5) || \ argument
1520 #define IS_ADC4_SAMPLE_TIME_COMMON(TIME) (((TIME) == ADC4_SAMPLINGTIME_COMMON_1) || \ argument
Dstm32u5xx_hal_dac.h504 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FFUL) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dac_ex.h146 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
148 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
Dstm32l4xx_hal_ospi.h894 #define IS_OSPI_CS_HIGH_TIME(TIME) (((TIME) >= 1U) && ((TIME) <= 8U)) argument
1026 #define IS_OSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_dac_ex.h210 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FFU) argument
212 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FFU) argument
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h1102 #define IS_XSPI_CS_HIGH_TIME_CYCLE(TIME) (((TIME) >= 1U) && ((TIME) <= 64U)) argument
1282 #define IS_XSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h1066 #define IS_XSPI_CS_HIGH_TIME_CYCLE(TIME) (((TIME) >= 1U) && ((TIME) <= 64U)) argument
1238 #define IS_XSPIM_REQ2ACKTIME(TIME) (((TIME) >= 1U) && ((TIME) <= 256U)) argument

12