Home
last modified time | relevance | path

Searched refs:out_reg (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_octal.c178 static void s_get_psram_mode_reg(int spi_num, opi_psram_mode_reg_t *out_reg) in s_get_psram_mode_reg() argument
192 &out_reg->mr0.val, data_bit_len, in s_get_psram_mode_reg()
201 &out_reg->mr2.val, data_bit_len, in s_get_psram_mode_reg()
211 &out_reg->mr4.val, data_bit_len, in s_get_psram_mode_reg()
220 &out_reg->mr8.val, data_bit_len, in s_get_psram_mode_reg()
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_driver.h192 esp_err_t (*read_reg)(esp_flash_t *chip, spi_flash_register_t reg_id, uint32_t* out_reg);
Dspi_flash_chip_generic.h204 …spi_flash_chip_generic_read_reg(esp_flash_t* chip, spi_flash_register_t reg_id, uint32_t* out_reg);
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h563 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
621 if (out_reg != NULL) { in spi_ll_master_cal_clock()
622 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic_opi.c132 …spi_flash_chip_mxic_opi_read_reg(esp_flash_t *chip, spi_flash_register_t reg_id, uint32_t* out_reg) in spi_flash_chip_mxic_opi_read_reg() argument
150 *out_reg = (stat_buf & 0xff); in spi_flash_chip_mxic_opi_read_reg()
Dspi_flash_chip_generic.c340 … spi_flash_chip_generic_read_reg(esp_flash_t* chip, spi_flash_register_t reg_id, uint32_t* out_reg) in spi_flash_chip_generic_read_reg() argument
342 return chip->host->driver->read_status(chip->host, (uint8_t*)out_reg); in spi_flash_chip_generic_read_reg()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h690 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
748 if (out_reg != NULL) { in spi_ll_master_cal_clock()
749 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h680 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
738 if (out_reg != NULL) { in spi_ll_master_cal_clock()
739 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h676 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
734 if (out_reg != NULL) { in spi_ll_master_cal_clock()
735 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h676 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
734 if (out_reg != NULL) { in spi_ll_master_cal_clock()
735 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h682 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
740 if (out_reg != NULL) { in spi_ll_master_cal_clock()
741 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h638 …c inline int spi_ll_master_cal_clock(int fapb, int hz, int duty_cycle, spi_ll_clock_val_t *out_reg) in spi_ll_master_cal_clock() argument
696 if (out_reg != NULL) { in spi_ll_master_cal_clock()
697 *(uint32_t *)out_reg = reg.val; in spi_ll_master_cal_clock()