Home
last modified time | relevance | path

Searched defs:sel (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-3.5.0/components/esp_hw_support/test/
Dtest_rtc_clk.c107 static void pull_out_clk(int sel) in pull_out_clk()
/hal_espressif-3.5.0/components/hal/
Di2s_hal.c59 void i2s_hal_set_clock_src(i2s_hal_context_t *hal, i2s_clock_src_t sel) in i2s_hal_set_clock_src()
/hal_espressif-3.5.0/components/ulp/include/esp32/
Dulp.h196 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
205 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_Sxxx */ member
215 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
/hal_espressif-3.5.0/tools/kconfig/
Dgconf.c227 GtkTreeSelection *sel; in init_left_tree() local
269 GtkTreeSelection *sel; in init_right_tree() local
/hal_espressif-3.5.0/components/ulp/include/esp32s2/
Dulp.h174 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
184 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
/hal_espressif-3.5.0/components/ulp/include/esp32s3/
Dulp.h174 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
184 uint32_t sel : 4; /*!< Operation to perform, one of ALU_SEL_xxx */ member
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Drtc_io_struct.h259 …uint32_t sel: 5; /*select the wakeup source �0� select GPIO0 �1� select GPIO2 ...�1… member
266 …uint32_t sel: 5; /*select the external xtl power source �0� select GPIO0 �1� select… member
Dgpio_struct.h51 uint32_t sel: 8; /*SDIO PADS on/off control from outside*/ member
/hal_espressif-3.5.0/components/soc/esp32h2/include/soc/
Dgdma_struct.h213 …uint32_t sel: 6; /*This register is used to select peripheral for Rx c… member
307 …uint32_t sel: 6; /*This register is used to select peripheral for Tx c… member
Dgpio_struct.h49 uint32_t sel: 8; member
/hal_espressif-3.5.0/components/soc/esp32c3/include/soc/
Dgdma_struct.h213 …uint32_t sel: 6; /*This register is used to select peripheral for Rx c… member
307 …uint32_t sel: 6; /*This register is used to select peripheral for Tx c… member
Dgpio_struct.h49 uint32_t sel: 8; member
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Drtc_io_struct.h243 uint32_t sel: 5; member
250 uint32_t sel: 5; /*select RTC GPIO 0 ~ 17 to control XTAL*/ member
Dgpio_struct.h48 uint32_t sel: 8; member
Drtc_cntl_struct.h652 … uint32_t sel: 22; /*Bitmap to select RTC pads for ext wakeup1*/ member
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Drtc_io_struct.h245 uint32_t sel : 5; member
252 … uint32_t sel : 5; /*select RTC GPIO 0 ~ 17 to control XTAL*/ member
Dgdma_struct.h183 …uint32_t sel : 6; /*This register is used to select peripheral for R… member
343 …uint32_t sel : 6; /*This register is used to select peripheral for T… member
Dgpio_struct.h44 uint32_t sel : 8; member
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp1527 inline id performOptionalSelector( id obj, SEL sel ) { in performOptionalSelector()
1536 inline id performOptionalSelector( id obj, SEL sel ) { in performOptionalSelector()
2915 OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {} in OcMethod()
2939 SEL sel = NSSelectorFromString( selStr ); in getAnnotation() local