Home
last modified time | relevance | path

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

12345

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dplatform_util.h114 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) \ argument
115 ( (mbedtls_deprecated_string_constant_t) ( VAL ) )
117 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) \ argument
118 ( (mbedtls_deprecated_numeric_constant_t) ( VAL ) )
121 #define MBEDTLS_DEPRECATED_STRING_CONSTANT( VAL ) VAL
122 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT( VAL ) VAL
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_usi_uart.h329 #define IS_USI_UART_WLS(VAL) (((VAL) == USI_RUART_WLS_7BITS) || \ argument
330 ((VAL) == USI_RUART_WLS_8BITS))
343 #define IS_USI_UART_STOP_BIT(VAL) (((VAL) == USI_RUART_STOP_BIT_1) || \ argument
344 ((VAL) == USI_RUART_STOP_BIT_2))
357 #define IS_USI_UART_PARITY_ENABLE(VAL) (((VAL) == USI_RUART_PARITY_DISABLE) || \ argument
358 ((VAL) == USI_RUART_PARITY_ENABLE))
371 #define IS_USI_UART_PARITY_TYPE(VAL) (((VAL) == USI_RUART_ODD_PARITY) || \ argument
372 ((VAL) == USI_RUART_EVEN_PARITY))
385 #define IS_USI_UART_STICK_PARITY_ENABLE(VAL) (((VAL) == USI_RUART_STICK_PARITY_DISABLE) || \ argument
386 ((VAL) == USI_RUART_STICK_PARITY_ENABLE))
A Drtl8721d_uart.h366 #define IS_UART_WLS(VAL) (((VAL) == RUART_WLS_7BITS) || \ argument
367 ((VAL) == RUART_WLS_8BITS))
380 #define IS_UART_STOP_BIT(VAL) (((VAL) == RUART_STOP_BIT_1) || \ argument
381 ((VAL) == RUART_STOP_BIT_2))
394 #define IS_UART_PARITY_ENABLE(VAL) (((VAL) == RUART_PARITY_DISABLE) || \ argument
395 ((VAL) == RUART_PARITY_ENABLE))
408 #define IS_UART_PARITY_TYPE(VAL) (((VAL) == RUART_ODD_PARITY) || \ argument
409 ((VAL) == RUART_EVEN_PARITY))
422 #define IS_UART_STICK_PARITY_ENABLE(VAL) (((VAL) == RUART_STICK_PARITY_DISABLE) || \ argument
423 ((VAL) == RUART_STICK_PARITY_ENABLE))
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcmsis_iccarm_ca.h161 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
183 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Dcore_cm0.h414 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
662 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
A Dcore_cm0plus.h435 …__IO uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register … member
773 SysTick->VAL = 0; /* Load the SysTick Counter Value */ in SysTick_Config()
/AliOS-Things-master/hardware/board/haas100/config/
A Dboard.c96 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config_Alt()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_iccarm.h193 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
215 #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
929 …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
956 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcmsis_iccarm.h193 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
215 #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
929 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()
/AliOS-Things-master/components/csi/CMSIS/Core/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 Dcsi_core_cmsis.h157 return SysTick->VAL; in csi_coret_get_value()
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()
/AliOS-Things-master/hardware/board/haaseduk1/config/
A Dboard.c94 SysTick->VAL = 0UL; /* Load the SysTick Counter Value */ in SysTick_Config_Alt()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/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()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/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()
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_rv32_old.h353 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) Current register */ member
729 …CORET->VAL = 0UL; /* Load the CORET Counter Valu… in csi_coret_config()
751 return CORET->VAL; in csi_coret_get_value()
A Dcore_801.h418 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) Current register */ member
790 …CORET->VAL = 0UL; /* Load the CORET Counter Value … in csi_coret_config()
812 return CORET->VAL; in csi_coret_get_value()
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_801.h418 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) Current register */ member
787 …CORET->VAL = 0UL; /* Load the CORET Counter Value … in csi_coret_config()
809 return CORET->VAL; in csi_coret_get_value()
A Dcore_rv32_old.h353 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) Current register */ member
729 …CORET->VAL = 0UL; /* Load the CORET Counter Valu… in csi_coret_config()
751 return CORET->VAL; in csi_coret_get_value()
/AliOS-Things-master/components/csi/csi2/include/core/cmsis/
A Dcore_cm0.h452 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
929 …SysTick->VAL = 0UL; /* Load the SysTick Counter Valu… in SysTick_Config()

Completed in 70 milliseconds

12345