Home
last modified time | relevance | path

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

12

/hal_espressif-latest/zephyr/port/pincfgs/
Desp32c2.yml20 dsr:
40 dsr:
Desp32c3.yml20 dsr:
40 dsr:
Desp32c6.yml25 dsr:
45 dsr:
Desp32s2.yml24 dsr:
44 dsr:
Desp32.yml25 dsr:
45 dsr:
Desp32s3.yml23 dsr:
43 dsr:
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h894 * @param dsr PDM downsample configuration paramater
896 static inline void i2s_ll_rx_set_pdm_dsr(i2s_dev_t *hw, i2s_pdm_dsr_t dsr) in i2s_ll_rx_set_pdm_dsr() argument
898 hw->pdm_conf.rx_sinc_dsr_16_en = dsr; in i2s_ll_rx_set_pdm_dsr()
905 * @param dsr Pointer to accept PDM downsample configuration
907 static inline void i2s_ll_rx_get_pdm_dsr(i2s_dev_t *hw, i2s_pdm_dsr_t *dsr) in i2s_ll_rx_get_pdm_dsr() argument
909 *dsr = (i2s_pdm_dsr_t)hw->pdm_conf.rx_sinc_dsr_16_en; in i2s_ll_rx_get_pdm_dsr()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h898 * @param dsr PDM downsample configuration parameter
900 static inline void i2s_ll_rx_set_pdm_dsr(i2s_dev_t *hw, i2s_pdm_dsr_t dsr) in i2s_ll_rx_set_pdm_dsr() argument
902 hw->rx_conf.rx_pdm_sinc_dsr_16_en = dsr; in i2s_ll_rx_set_pdm_dsr()
909 * @param dsr Pointer to accept PDM downsample configuration
911 static inline void i2s_ll_rx_get_pdm_dsr(i2s_dev_t *hw, i2s_pdm_dsr_t *dsr) in i2s_ll_rx_get_pdm_dsr() argument
913 *dsr = (i2s_pdm_dsr_t)hw->rx_conf.rx_pdm_sinc_dsr_16_en; in i2s_ll_rx_get_pdm_dsr()
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h153 … 1; /*This register stores the level value of the internal uart dsr signal.*/
159 … 1; /*The register represent the level value of the internal uart dsr signal.*/
186 …32_t dsr_inv: 1; /*Set this bit to inverse the level value of uart dsr signal.*/
Duart_reg.h568 /*description: The register represent the level value of the internal uart dsr signal.*/
600 /*description: This register stores the level value of the internal uart dsr signal.*/
659 /*description: Set this bit to inverse the level value of uart dsr signal.*/
/hal_espressif-latest/components/hal/include/hal/
Duart_types.h103 UART_SIGNAL_DSR_INV = (0x1 << 4), /*!< inverse the UART dsr signal*/
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h145 … 1; /*The register represent the level value of the internal uart dsr signal.*/
177 … dsr_inv: 1; /*Set this bit to inverse the level value of uart dsr signal.*/
Duart_reg.h617 /*description: The register represent the level value of the internal uart dsr signal.*/
675 /*description: Set this bit to inverse the level value of uart dsr signal.*/
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h146 … : 1; /*The register represent the level value of the internal uart dsr signal.*/
178 …_inv : 1; /*Set this bit to inverse the level value of uart dsr signal.*/
Duart_reg.h610 /*description: The register represent the level value of the internal uart dsr signal..*/
668 /*description: Set this bit to inverse the level value of uart dsr signal..*/
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h72 UINT8 modem_signal; /* [DTR/DSR | RTS/CTS | RI | DCD ] */
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h134 #define PORT_EV_DSR 0x00000010 /* DSR changed state */
140 #define PORT_EV_DSRS 0x00000800 /* DSR state */
498 #define PORT_FLAG_DSR_HOLD 0x02 /* Tx is waiting for DSR signal */
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h546 * Set this bit to inverse the level value of uart dsr signal.
831 * The register represent the level value of the internal uart dsr signal.
Duart_struct.h618 * Set this bit to inverse the level value of uart dsr signal.
941 * The register represent the level value of the internal uart dsr signal.
Dlp_uart_reg.h592 * The register represent the level value of the internal uart dsr signal.
782 * Set this bit to inverse the level value of uart dsr signal.
Duart_reg.h681 * The register represent the level value of the internal uart dsr signal.
921 * Set this bit to inverse the level value of uart dsr signal.
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h591 * Set this bit to inverse the level value of uart dsr signal.
889 * The register represent the level value of the internal uart dsr signal.
Duart_reg.h690 * The register represent the level value of the internal uart dsr signal.
881 * Set this bit to inverse the level value of uart dsr signal.
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h618 * Set this bit to inverse the level value of uart dsr signal.
891 * The register represent the level value of the internal uart dsr signal.
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxdm-regs.h339 /************ Define DSR register bits **************/

12