Searched refs:density (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | esp_psram_impl_octal.c | 67 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()
|
D | esp_psram_impl_quad.c | 369 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/ |
D | sdm_ll.h | 38 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/ |
D | sdm_ll.h | 38 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/ |
D | sdm_ll.h | 38 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/ |
D | sdm_ll.h | 38 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/ |
D | sdm_ll.h | 38 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/ |
D | sdm_ll.h | 38 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/ |
D | CHANGELOG.md | 247 - Add Macronix flash memory density definitions
|