Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c291 const int cmp = gen; in mcpwm_set_duty() local
309 const int cmp = gen; in mcpwm_set_duty_in_us() local
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dledc_struct.h407 uint32_t cmp:20; member
1079 volatile ledc_timern_cmp_reg_t cmp[4]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dledc_struct.h407 uint32_t cmp:20; member
1079 volatile ledc_timern_cmp_reg_t cmp[4]; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h39 #define MCPWM_LL_EVENT_CMP_EQUAL(oper, cmp) (1 << ((oper) + (cmp) * 3 + 15)) argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h41 #define MCPWM_LL_EVENT_CMP_EQUAL(oper, cmp) (1 << ((oper) + (cmp) * 3 + 15)) argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h39 #define MCPWM_LL_EVENT_CMP_EQUAL(oper, cmp) (1 << ((oper) + (cmp) * 3 + 15)) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h39 #define MCPWM_LL_EVENT_CMP_EQUAL(oper, cmp) (1 << ((oper) + (cmp) * 3 + 15)) argument
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c3489 static int bin_str_eq(const char *val, size_t len, const char *cmp) in bin_str_eq()