Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 25 of 30) sorted by relevance

12

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tsc.h156 #define IS_TSC_CTPH(VAL) (((VAL) == TSC_CTPH_1CYCLE) || \ argument
195 #define IS_TSC_CTPL(VAL) (((VAL) == TSC_CTPL_1CYCLE) || \ argument
220 #define IS_TSC_SS_PRESC(VAL) (((VAL) == TSC_SS_PRESC_DIV1) || ((VAL) == TSC_SS_PRESC_DIV2)) argument
259 #define IS_TSC_MCV(VAL) (((VAL) == TSC_MCV_255) || \ argument
275 #define IS_TSC_IODEF(VAL) (((VAL) == TSC_IODEF_OUT_PP_LOW) || ((VAL) == TSC_IODEF_IN_FLOAT)) argument
285 #define IS_TSC_SYNC_POL(VAL) (((VAL) == TSC_SYNC_POLARITY_FALLING) || ((VAL) == TSC_SYNC_POLARITY_R… argument
295 #define IS_TSC_ACQ_MODE(VAL) (((VAL) == TSC_ACQ_MODE_NORMAL) || ((VAL) == TSC_ACQ_MODE_SYNCHRO)) argument
320 #define IS_TSC_MCE_IT(VAL) (((VAL) == DISABLE) || ((VAL) == ENABLE)) argument
357 #define IS_GROUP_INDEX(VAL) (((VAL) == 0U) || (((VAL) > 0U) && ((VAL) < TSC_NB_OF_GROUPS))) argument
423 #define IS_TSC_SS(VAL) (((VAL) == DISABLE) || ((VAL) == ENABLE)) argument
[all …]
A Dstm32f0xx_ll_utils.h239 SysTick->VAL = 0UL; /* Load the SysTick Counter Value */ in LL_InitTick()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_spdifrx.h507 #define IS_SPDIFRX_WAIT_FOR_ACTIVITY(VAL) (((VAL) == SPDIFRX_WAITFORACTIVITY_ON) || \ argument
508 ((VAL) == SPDIFRX_WAITFORACTIVITY_OFF))
509 #define IS_PREAMBLE_TYPE_MASK(VAL) (((VAL) == SPDIFRX_PREAMBLETYPEMASK_ON) || \ argument
510 ((VAL) == SPDIFRX_PREAMBLETYPEMASK_OFF))
511 #define IS_VALIDITY_MASK(VAL) (((VAL) == SPDIFRX_VALIDITYMASK_OFF) || \ argument
512 ((VAL) == SPDIFRX_VALIDITYMASK_ON))
513 #define IS_PARITY_ERROR_MASK(VAL) (((VAL) == SPDIFRX_PARITYERRORMASK_OFF) || \ argument
514 ((VAL) == SPDIFRX_PARITYERRORMASK_ON))
523 #define IS_CHANNEL_STATUS_MASK(VAL) (((VAL) == SPDIFRX_CHANNELSTATUS_ON) || \ argument
524 ((VAL) == SPDIFRX_CHANNELSTATUS_OFF))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f7xx.h164 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument
170 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) argument
/lk-master/arch/arm/arm-m/systick/
A Dsystick.c45 SysTick->VAL = 0; in arm_cm_systick_set_periodic()
91 delta = (volatile uint32_t)SysTick->VAL; in current_time()
109 delta = (volatile uint32_t)SysTick->VAL; in current_time_hires()
/lk-master/external/arch/arm/arm-m/CMSIS/Patch/
A Dsystick_nvic.patch54 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
67 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
80 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
93 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
106 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
119 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
132 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
145 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
158 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
171 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu…
[all …]
/lk-master/external/platform/nrfx/hal/
A Dnrf_systick.h159 return SysTick->VAL; in nrf_systick_val_get()
164 SysTick->VAL = 0; in nrf_systick_val_clear()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spdifrx.h116 #define IS_SPDIFRX_WAIT_FOR_ACTIVITY(VAL) (((VAL) == SPDIFRX_WaitForActivity_On) || \ argument
117 ((VAL) == SPDIFRX_WaitForActivity_Off))
/lk-master/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f0xx.h218 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Ddac_15xx.h48 __IO uint32_t VAL; /*!< DAC register. Holds the conversion data */ member
96 pDAC->VAL = DAC_VALUE(dac_value); in Chip_DAC_UpdateValue()
/lk-master/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_iccarm.h200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
A Dcore_cm0.h452 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
932 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_cm1.h478 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
959 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_sc000.h492 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1010 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_cm0plus.h476 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1067 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_cm23.h564 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
2247 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
2276 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()
A Dcore_armv8mbl.h564 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
2172 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
2201 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()
A Dcore_cm3.h710 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1845 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_sc300.h695 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
1819 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_cm4.h768 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
2031 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
A Dcore_armv8mml.h966 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
3069 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
3098 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()
A Dcore_cm33.h966 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
3137 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
3166 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()
A Dcore_cm35p.h966 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
3137 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
3166 …SysTick_NS->VAL = 0UL; /* Load the SysTick Counte… in TZ_SysTick_Config_NS()
A Dcore_cm7.h992 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
2268 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_oe.c88 #define PPPOE_ADD_16(PTR, VAL) \ argument
89 *(PTR)++ = (u8_t)((VAL) / 256); \
90 *(PTR)++ = (u8_t)((VAL) % 256)

Completed in 107 milliseconds

12