Home
last modified time | relevance | path

Searched refs:density (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_octal.c67 uint8_t density: 3; member
229 …RLY_LOGI(TAG, "density : 0x%02x (%d Mbit)", reg_val->mr2.density, reg_val->mr2.density == 0x1… in s_print_psram_info()
230 … reg_val->mr2.density == 0X3 ? 64 : in s_print_psram_info()
231 … reg_val->mr2.density == 0x5 ? 128 : in s_print_psram_info()
232 … reg_val->mr2.density == 0x7 ? 256 : 0); in s_print_psram_info()
326 s_psram_size = mode_reg.mr2.density == 0x1 ? PSRAM_SIZE_4MB : in esp_psram_impl_enable()
327 mode_reg.mr2.density == 0X3 ? PSRAM_SIZE_8MB : in esp_psram_impl_enable()
328 mode_reg.mr2.density == 0x5 ? PSRAM_SIZE_16MB : in esp_psram_impl_enable()
329 mode_reg.mr2.density == 0x7 ? PSRAM_SIZE_32MB : 0; in esp_psram_impl_enable()
Desp_psram_impl_quad.c369 uint8_t density = PSRAM_SIZE_ID(s_psram_id); in esp_psram_impl_enable() local
370 if (density >= 0b11) { in esp_psram_impl_enable()
373 s_psram_size = psram_size_lut[s_psram_manufacturer][density]; in esp_psram_impl_enable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsdm_ll.h38 static inline void sdm_ll_set_pulse_density(gpio_sd_dev_t *hw, int channel, int8_t density) in sdm_ll_set_pulse_density() argument
40 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->channel[channel], duty, (uint32_t)density); in sdm_ll_set_pulse_density()
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md247 - Add Macronix flash memory density definitions