Home
last modified time | relevance | path

Searched full:clkout (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dclkout_channel.h8 // ESP32C6 CLKOUT signals has no corresponding iomux pins
Dtwai_struct.h150 * These bits are used to define the frequency at the external CLKOUT pin.
154 * 1: Disable the external CLKOUT pin. 0: Enable the external CLKOUT pin. Software has
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dclkout_channel.h8 // ESP32H2 CLKOUT signals has no corresponding iomux pins
Dtwai_struct.h150 * These bits are used to define the frequency at the external CLKOUT pin.
154 * 1: Disable the external CLKOUT pin. 0: Enable the external CLKOUT pin. Software has
Dtwai_reg.h648 * These bits are used to define the frequency at the external CLKOUT pin.
655 * 1: Disable the external CLKOUT pin. 0: Enable the external CLKOUT pin. Software has
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclkout_channel.h10 // ESP32C3 CLKOUT signals has no corresponding iomux pins
Dtwai_struct.h193 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */
194 uint32_t co: 1; /* CDR.8 CLKOUT enable/disable */
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dclkout_channel.h10 // ESP32C2 CLKOUT signals has no corresponding iomux pins
/hal_espressif-latest/components/soc/esp32/include/soc/
Dclkout_channel.h10 //CLKOUT channels
Dtwai_struct.h191 … uint32_t cd: 3; /* CDR[2:0] CLKOUT frequency selector based of fOSC */
192 uint32_t co: 1; /* CDR.3 CLKOUT enable/disable */
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclkout_channel.h10 //CLKOUT channels
Dtwai_struct.h192 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */
193 uint32_t co: 1; /* CDR.8 CLKOUT enable/disable */
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclkout_channel.h9 //CLKOUT channels
Dtwai_struct.h194 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */
195 uint32_t co: 1; /* CDR.8 CLKOUT enable/disable */
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h714 * @brief Set CLKOUT Divider and enable/disable
716 * Configure CLKOUT. CLKOUT is a pre-scaled version of APB CLK. Divider can be
717 * 1, or any even number from 2 to 490. Set the divider to 0 to disable CLKOUT.
720 * @param divider Divider for CLKOUT (any even number from 2 to 490). Set to 0 to disable CLKOUT
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h714 * @brief Set CLKOUT Divider and enable/disable
716 * Configure CLKOUT. CLKOUT is a pre-scaled version of APB CLK. Divider can be
717 * 1, or any even number from 2 to 490. Set the divider to 0 to disable CLKOUT.
720 * @param divider Divider for CLKOUT (any even number from 2 to 490). Set to 0 to disable CLKOUT
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h714 * @brief Set CLKOUT Divider and enable/disable
716 * Configure CLKOUT. CLKOUT is a pre-scaled version of APB CLK. Divider can be
717 * 1, or any even number from 2 to 490. Set the divider to 0 to disable CLKOUT.
720 * @param divider Divider for CLKOUT (any even number from 2 to 490). Set to 0 to disable CLKOUT
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h721 * @brief Set CLKOUT Divider and enable/disable
723 * Configure CLKOUT. CLKOUT is a pre-scaled version of peripheral source clock. Divider can be
724 * 1, or any even number from 2 to 490. Set the divider to 0 to disable CLKOUT.
727 * @param divider Divider for CLKOUT (any even number from 2 to 490). Set to 0 to disable CLKOUT
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h735 * @brief Set CLKOUT Divider and enable/disable
737 * Configure CLKOUT. CLKOUT is a pre-scaled version of peripheral source clock. Divider can be
738 * 1, or any even number from 2 to 490. Set the divider to 0 to disable CLKOUT.
741 * @param divider Divider for CLKOUT (any even number from 2 to 490). Set to 0 to disable CLKOUT
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h812 * @brief Set CLKOUT Divider and enable/disable
814 * Configure CLKOUT. CLKOUT is a pre-scaled version of APB CLK. Divider can be
815 * 1, or any even number from 2 to 14. Set the divider to 0 to disable CLKOUT.
818 * @param divider Divider for CLKOUT. Set to 0 to disable CLKOUT
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32s3.yml367 clkout:
375 clkout:
406 clkout:
Desp32c3.yml118 clkout:
Desp32s2.yml151 clkout:
/hal_espressif-latest/components/hal/
Dtwai_hal.c73 //Configure bus timing, acceptance filter, CLKOUT, and interrupts in twai_hal_configure()
/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h105 * @param clkout_divider Clock divider value for CLKOUT. Set to -1 to disable CLKOUT

12