Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/esp_hw_support/
Dcompare_set.c21 void compare_and_set_extram(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in compare_and_set_extram()
44 void compare_and_set_extram(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in compare_and_set_extram()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_ll_pwm.h1119 __STATIC_INLINE void ll_pwm_set_compare_a0(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_a0()
1150 __STATIC_INLINE void ll_pwm_set_compare_a1(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_a1()
1181 __STATIC_INLINE void ll_pwm_set_compare_b0(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_b0()
1212 __STATIC_INLINE void ll_pwm_set_compare_b1(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_b1()
1243 __STATIC_INLINE void ll_pwm_set_compare_c0(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_c0()
1274 __STATIC_INLINE void ll_pwm_set_compare_c1(pwm_regs_t *PWMx, uint32_t compare) in ll_pwm_set_compare_c1()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dcmp.cpp55 static inline void compare(const typename Op::type * src0, const typename Op::type * src1, in compare() function
70 static inline void compare(const typename Op::type * src0, const typename Op::type * src1, in compare() function
93 static inline void compare(const typename Op::type * src0, const typename Op::type * src1, in compare() function
/device/soc/esp/esp32/components/esp_hw_support/include/soc/
Dcompare_set.h30 …__((always_inline)) compare_and_set_native(volatile uint32_t *addr, uint32_t compare, uint32_t *se… in compare_and_set_native()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DTree.h81 int (*compare)(void*, void*, int); /**< comparison function */ member
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h249 …ribute__((always_inline)) uxPortCompareSet(volatile uint32_t *addr, uint32_t compare, uint32_t *se… in uxPortCompareSet()
281 static inline void uxPortCompareSetExtram(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in uxPortCompareSetExtram()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dmcpwm_ll.h278 … inline void mcpwm_ll_operator_set_compare(mcpwm_dev_t *mcpwm, int op, int cmp_n, uint32_t compare) in mcpwm_ll_operator_set_compare()