Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_fsmc.h435 #define IS_FSMC_ADDRESS_SETUP_TIME(TIME) ((TIME) <= 0xF) argument
443 #define IS_FSMC_ADDRESS_HOLD_TIME(TIME) ((TIME) <= 0xF) argument
451 #define IS_FSMC_DATASETUP_TIME(TIME) (((TIME) > 0) && ((TIME) <= 0xFF)) argument
459 #define IS_FSMC_TURNAROUND_TIME(TIME) ((TIME) <= 0xF) argument
548 #define IS_FSMC_TCLR_TIME(TIME) ((TIME) <= 0xFF) argument
556 #define IS_FSMC_TAR_TIME(TIME) ((TIME) <= 0xFF) argument
564 #define IS_FSMC_SETUP_TIME(TIME) ((TIME) <= 0xFF) argument
572 #define IS_FSMC_WAIT_TIME(TIME) ((TIME) <= 0xFF) argument
580 #define IS_FSMC_HOLD_TIME(TIME) ((TIME) <= 0xFF) argument
588 #define IS_FSMC_HIZ_TIME(TIME) ((TIME) <= 0xFF) argument
Dstm32f4xx_fmc.h573 #define IS_FMC_ADDRESS_SETUP_TIME(TIME) ((TIME) <= 15) argument
581 #define IS_FMC_ADDRESS_HOLD_TIME(TIME) (((TIME) > 0) && ((TIME) <= 15)) argument
589 #define IS_FMC_DATASETUP_TIME(TIME) (((TIME) > 0) && ((TIME) <= 255)) argument
597 #define IS_FMC_TURNAROUND_TIME(TIME) ((TIME) <= 15) argument
701 #define IS_FMC_TCLR_TIME(TIME) ((TIME) <= 255) argument
709 #define IS_FMC_TAR_TIME(TIME) ((TIME) <= 255) argument
717 #define IS_FMC_SETUP_TIME(TIME) ((TIME) <= 255) argument
725 #define IS_FMC_WAIT_TIME(TIME) ((TIME) <= 255) argument
733 #define IS_FMC_HOLD_TIME(TIME) ((TIME) <= 255) argument
741 #define IS_FMC_HIZ_TIME(TIME) ((TIME) <= 255) argument
[all …]
Dstm32f4xx_adc.h374 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SampleTime_3Cycles) || \ argument
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_dac_ex.h112 #define IS_DAC_SAMPLETIME(TIME) ((TIME) <= 0x000003FF) argument
114 #define IS_DAC_HOLDTIME(TIME) ((TIME) <= 0x000003FF) argument
Dstm32mp1xx_hal_dac.h435 #define IS_DAC_REFRESHTIME(TIME) ((TIME) <= 0x000000FF) argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_fmc.h1122 #define IS_FMC_TCLR_TIME(TIME) ((TIME) <= 255U) argument
1124 #define IS_FMC_TAR_TIME(TIME) ((TIME) <= 255U) argument
1126 #define IS_FMC_SETUP_TIME(TIME) ((TIME) <= 255U) argument
1128 #define IS_FMC_WAIT_TIME(TIME) ((TIME) <= 255U) argument
1130 #define IS_FMC_HOLD_TIME(TIME) ((TIME) <= 255U) argument
1132 #define IS_FMC_HIZ_TIME(TIME) ((TIME) <= 255U) argument
1226 #define IS_FMC_SELFREFRESH_TIME(TIME) (((TIME) > 0U) && ((TIME) <= 16U)) argument
1230 #define IS_FMC_WRITE_RECOVERY_TIME(TIME) (((TIME) > 0U) && ((TIME) <= 16U)) argument
Dstm32f4xx_ll_fsmc.h857 #define IS_FSMC_TCLR_TIME(TIME) ((TIME) <= 255U) argument
859 #define IS_FSMC_TAR_TIME(TIME) ((TIME) <= 255U) argument
861 #define IS_FSMC_SETUP_TIME(TIME) ((TIME) <= 255U) argument
863 #define IS_FSMC_WAIT_TIME(TIME) ((TIME) <= 255U) argument
865 #define IS_FSMC_HOLD_TIME(TIME) ((TIME) <= 255U) argument
867 #define IS_FSMC_HIZ_TIME(TIME) ((TIME) <= 255U) argument
Dstm32f4xx_hal_adc.h749 #define IS_ADC_SAMPLE_TIME(TIME) (((TIME) == ADC_SAMPLETIME_3CYCLES) || \ argument
Dstm32f4xx_hal_eth.h105 #define IS_ETH_PAUSE_TIME(TIME) ((TIME) <= 0xFFFFU) argument
/device/board/kaihong/khdvk_450a/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c28 #define TIME(x) ((((x)&0x0F00) >> 8)) macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4x7_ETH_Driver/inc/
Dstm32f4x7_eth.h884 #define IS_ETH_PAUSE_TIME(TIME) ((TIME) <= 0xFFFF) argument
/device/soc/hpmicro/sdk/hpm_sdk/soc/ip/
Dhpm_mmc_regs.h56 … __RW uint32_t TIME; /* 0xB0: Tracking Configuration coef trigger cfg time */ member
Dhpm_sei_regs.h48 __R uint32_t TIME[4]; /* 0xA0 - 0xAC: Trigger Time */ member
81 __R uint32_t TIME; /* 0x218: Latch time */ member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dsched.h159 #define NS_TO_JIFFIES(TIME) ((unsigned long)(TIME) / (NSEC_PER_SEC / HZ)) argument