/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | lcd_ll.h | 158 static inline void lcd_ll_set_convert_data_width(lcd_cam_dev_t *dev, uint32_t width) in lcd_ll_set_convert_data_width() argument 160 HAL_ASSERT(width == 8 || width == 16); in lcd_ll_set_convert_data_width() 161 dev->lcd_rgb_yuv.lcd_conv_mode_8bits_on = (width == 8) ? 1 : 0; in lcd_ll_set_convert_data_width() 278 static inline void lcd_ll_set_data_width(lcd_cam_dev_t *dev, uint32_t width) in lcd_ll_set_data_width() argument 280 HAL_ASSERT(width == 8 || width == 16); in lcd_ll_set_data_width() 281 dev->lcd_user.lcd_2byte_en = (width == 16); in lcd_ll_set_data_width() 351 static inline void lcd_ll_swap_byte_order(lcd_cam_dev_t *dev, uint32_t width, bool en) in lcd_ll_swap_byte_order() argument 353 HAL_ASSERT(width == 8 || width == 16); in lcd_ll_swap_byte_order() 354 if (width == 8) { in lcd_ll_swap_byte_order() 358 } else if (width == 16) { in lcd_ll_swap_byte_order()
|
D | cam_ll.h | 237 static inline void cam_ll_set_convert_data_width(lcd_cam_dev_t *dev, uint32_t width) in cam_ll_set_convert_data_width() argument 239 HAL_ASSERT(width == 8 || width == 16); in cam_ll_set_convert_data_width() 240 dev->cam_rgb_yuv.cam_conv_mode_8bits_on = (width == 8) ? 1 : 0; in cam_ll_set_convert_data_width() 505 static inline void cam_ll_set_data_wire_width(lcd_cam_dev_t *dev, uint32_t width) in cam_ll_set_data_wire_width() argument
|
D | rwdt_ll.h | 258 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width() argument 260 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->wdt_config0, chip_reset_width, width); in rwdt_ll_set_chip_reset_width()
|
D | i2s_ll.h | 417 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width() argument 419 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width() 428 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() argument 430 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()
|
/hal_espressif-latest/components/soc/esp32/ |
D | sdmmc_periph.c | 19 .width = 8, 25 .width = 4,
|
/hal_espressif-latest/components/soc/esp32s3/ |
D | sdmmc_periph.c | 19 .width = 8, 25 .width = 8,
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rwdt_ll.h | 57 #define rwdt_ll_set_chip_reset_width(hw, width) \ argument 58 lpwdt_ll_set_chip_reset_width(hw, width)
|
D | parlio_ll.h | 246 static inline void parlio_ll_rx_set_bus_width(parl_io_dev_t *dev, uint32_t width) in parlio_ll_rx_set_bus_width() argument 249 switch (width) { in parlio_ll_rx_set_bus_width() 479 static inline void parlio_ll_tx_set_bus_width(parl_io_dev_t *dev, uint32_t width) in parlio_ll_tx_set_bus_width() argument 482 switch (width) { in parlio_ll_tx_set_bus_width()
|
D | lpwdt_ll.h | 257 FORCE_INLINE_ATTR void lpwdt_ll_set_chip_reset_width(lp_wdt_dev_t *hw, uint32_t width) in lpwdt_ll_set_chip_reset_width() argument 259 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->config0, wdt_chip_reset_width, width); in lpwdt_ll_set_chip_reset_width()
|
D | i2s_ll.h | 429 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width() argument 431 hw->tx_conf1.tx_tdm_ws_width = width - 1; in i2s_ll_tx_set_ws_width() 440 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() argument 442 hw->rx_conf1.rx_tdm_ws_width = width - 1; in i2s_ll_rx_set_ws_width()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rwdt_ll.h | 58 #define rwdt_ll_set_chip_reset_width(hw, width) \ argument 59 lpwdt_ll_set_chip_reset_width(hw, width)
|
D | parlio_ll.h | 243 static inline void parlio_ll_rx_set_bus_width(parl_io_dev_t *dev, uint32_t width) in parlio_ll_rx_set_bus_width() argument 246 switch (width) { in parlio_ll_rx_set_bus_width() 484 static inline void parlio_ll_tx_set_bus_width(parl_io_dev_t *dev, uint32_t width) in parlio_ll_tx_set_bus_width() argument 487 switch (width) { in parlio_ll_tx_set_bus_width()
|
D | lpwdt_ll.h | 254 FORCE_INLINE_ATTR void lpwdt_ll_set_chip_reset_width(lp_wdt_dev_t *hw, uint32_t width) in lpwdt_ll_set_chip_reset_width() argument 257 (void)width; in lpwdt_ll_set_chip_reset_width()
|
/hal_espressif-latest/components/xtensa/include/xtensa/ |
D | traxreg.h | 160 char width; 171 char width; member
|
/hal_espressif-latest/components/soc/include/soc/ |
D | sdmmc_periph.h | 32 uint8_t width; /*!< Maximum supported slot width (1, 4, 8) */ member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rwdt_ll.h | 239 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width() argument 241 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->wdt_config0, chip_reset_width, width); in rwdt_ll_set_chip_reset_width()
|
D | i2s_ll.h | 774 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width() argument 776 hw->conf.tx_short_sync = width == 1 ? 1 : 0; in i2s_ll_tx_set_ws_width() 785 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() argument 787 hw->conf.rx_short_sync = width == 1 ? 1 : 0; in i2s_ll_rx_set_ws_width()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | rwdt_ll.h | 226 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width() argument 228 hw->wdt_config0.chip_reset_width = width; in rwdt_ll_set_chip_reset_width()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rwdt_ll.h | 239 FORCE_INLINE_ATTR void rwdt_ll_set_chip_reset_width(rtc_cntl_dev_t *hw, uint32_t width) in rwdt_ll_set_chip_reset_width() argument 241 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->wdt_config0, chip_reset_width, width); in rwdt_ll_set_chip_reset_width()
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | tjpgd.h | 75 UINT width, height; /* Size of the input image (pixel) */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | tjpgd.h | 80 UINT width, height; /* Size of the input image (pixel) */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | tjpgd.h | 75 UINT width, height; /* Size of the input image (pixel) */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | tjpgd.h | 75 UINT width, height; /* Size of the input image (pixel) */ member
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-time.ld | 3 Because these functions were compiled with 32-bit width for the time_t structure.
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | i2s_ll.h | 685 static inline void i2s_ll_tx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_tx_set_ws_width() argument 687 hw->conf.tx_short_sync = width == 1 ? 1 : 0; in i2s_ll_tx_set_ws_width() 696 static inline void i2s_ll_rx_set_ws_width(i2s_dev_t *hw, int width) in i2s_ll_rx_set_ws_width() argument 698 hw->conf.rx_short_sync = width == 1 ? 1 : 0; in i2s_ll_rx_set_ws_width()
|