Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dlcd_ll.h158 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()
Dcam_ll.h237 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
Drwdt_ll.h258 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()
Di2s_ll.h417 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/
Dsdmmc_periph.c19 .width = 8,
25 .width = 4,
/hal_espressif-latest/components/soc/esp32s3/
Dsdmmc_periph.c19 .width = 8,
25 .width = 8,
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Drwdt_ll.h57 #define rwdt_ll_set_chip_reset_width(hw, width) \ argument
58 lpwdt_ll_set_chip_reset_width(hw, width)
Dparlio_ll.h246 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()
Dlpwdt_ll.h257 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()
Di2s_ll.h429 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/
Drwdt_ll.h58 #define rwdt_ll_set_chip_reset_width(hw, width) \ argument
59 lpwdt_ll_set_chip_reset_width(hw, width)
Dparlio_ll.h243 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()
Dlpwdt_ll.h254 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/
Dtraxreg.h160 char width;
171 char width; member
/hal_espressif-latest/components/soc/include/soc/
Dsdmmc_periph.h32 uint8_t width; /*!< Maximum supported slot width (1, 4, 8) */ member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drwdt_ll.h239 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()
Di2s_ll.h774 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/
Drwdt_ll.h226 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/
Drwdt_ll.h239 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/
Dtjpgd.h75 UINT width, height; /* Size of the input image (pixel) */ member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h80 UINT width, height; /* Size of the input image (pixel) */ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h75 UINT width, height; /* Size of the input image (pixel) */ member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h75 UINT width, height; /* Size of the input image (pixel) */ member
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.newlib-time.ld3 Because these functions were compiled with 32-bit width for the time_t structure.
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h685 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()

12