Home
last modified time | relevance | path

Searched refs:WORD_ALIGNED_ATTR (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_spi_slave_hd.c48 WORD_ALIGNED_ATTR uint8_t master_wrdma_buf[TEST_DMA_MAX_SIZE];
49 WORD_ALIGNED_ATTR uint8_t master_rddma_buf[TEST_DMA_MAX_SIZE];
50 WORD_ALIGNED_ATTR uint8_t slave_wrdma_buf[TEST_DMA_MAX_SIZE];
51 WORD_ALIGNED_ATTR uint8_t slave_rddma_buf[TEST_DMA_MAX_SIZE];
521 WORD_ALIGNED_ATTR uint8_t* slave_send_buf = malloc(send_buf_size * 2);
522 WORD_ALIGNED_ATTR uint8_t* master_send_buf = malloc(send_buf_size * 2);
523 WORD_ALIGNED_ATTR uint8_t* slave_recv_buf = malloc(send_buf_size * 2);
524 WORD_ALIGNED_ATTR uint8_t* master_recv_buf = malloc(send_buf_size * 2);
635 WORD_ALIGNED_ATTR uint8_t *master_send_buf = malloc(send_buf_size * 2); in hd_master()
636 WORD_ALIGNED_ATTR uint8_t *master_recv_buf = calloc(1, send_buf_size * 2); in hd_master()
[all …]
Dtest_spi_sio.c41 WORD_ALIGNED_ATTR uint8_t master_rx_buffer[320];
42 WORD_ALIGNED_ATTR uint8_t slave_rx_buffer[320];
122 WORD_ALIGNED_ATTR uint8_t rx_buffer[320]; in test_sio_master_round()
176 WORD_ALIGNED_ATTR uint8_t rx_buffer[320]; in test_sio_slave_round()
Dtest_spi_slave.c27 static WORD_ALIGNED_ATTR uint8_t master_txbuf[320];
28 static WORD_ALIGNED_ATTR uint8_t master_rxbuf[320];
29 static WORD_ALIGNED_ATTR uint8_t slave_txbuf[320];
30 static WORD_ALIGNED_ATTR uint8_t slave_rxbuf[320];
Dtest_spi_param.c172 WORD_ALIGNED_ATTR uint8_t recvbuf[320+8]; in local_test_loop()
537 WORD_ALIGNED_ATTR uint8_t slave_sendbuf[buf_size]; in TEST_SPI_LOCAL()
538 WORD_ALIGNED_ATTR uint8_t slave_recvbuf[buf_size]; in TEST_SPI_LOCAL()
539 WORD_ALIGNED_ATTR uint8_t master_sendbuf[buf_size]; in TEST_SPI_LOCAL()
540 WORD_ALIGNED_ATTR uint8_t master_recvbuf[buf_size]; in TEST_SPI_LOCAL()
Dtest_sdio.c498 WORD_ALIGNED_ATTR uint8_t buffer[TEST_RESET_DATA_LEN]; in test_reset_master()
Dtest_spi_master.c948 WORD_ALIGNED_ATTR uint8_t slave_buffer[len + (dummy_n + 7) / 8]; in test_dummy()
1366 WORD_ALIGNED_ATTR spi_transaction_t trans = {
/hal_espressif-3.6.0/examples/peripherals/spi_slave/receiver/main/
Dapp_main.c139 WORD_ALIGNED_ATTR char sendbuf[129]=""; in app_main()
140 WORD_ALIGNED_ATTR char recvbuf[129]=""; in app_main()
/hal_espressif-3.6.0/components/esp_common/include/
Desp_attr.h52 #define WORD_ALIGNED_ATTR __attribute__((aligned(4))) macro
55 #define DMA_ATTR WORD_ALIGNED_ATTR DRAM_ATTR
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dmemory-types.rst138 - 在函数中使用 ``WORD_ALIGNED_ATTR`` 宏来修饰变量,将其放在适当的位置上,比如:
145WORD_ALIGNED_ATTR uint8_t buffer[]="I want to send something"; //否则buffer数组会被存储在stuff变量的后面
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_init.c24 esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
Desp_image_format.c772 WORD_ALIGNED_ATTR uint8_t buf[16]; in process_checksum()
/hal_espressif-3.6.0/zephyr/esp32s2/src/boot/
Dbootloader_init.c43 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
/hal_espressif-3.6.0/zephyr/esp32/src/boot/
Dbootloader_init.c45 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
/hal_espressif-3.6.0/zephyr/esp_shared/src/boot/
Dbootloader_init_common.c21 esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
/hal_espressif-3.6.0/components/spi_flash/esp32c3/
Dflash_ops_esp32c3.c44 WORD_ALIGNED_ATTR uint8_t block[128]; // Need to buffer in RAM as we write in spi_flash_write_encrypted_chip()
/hal_espressif-3.6.0/components/spi_flash/esp32h2/
Dflash_ops_esp32h2.c44 WORD_ALIGNED_ATTR uint8_t block[128]; // Need to buffer in RAM as we write in spi_flash_write_encrypted_chip()
/hal_espressif-3.6.0/zephyr/esp32c3/src/boot/
Dbootloader_init.c48 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
/hal_espressif-3.6.0/zephyr/esp32s3/src/boot/
Dbootloader_init.c52 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
/hal_espressif-3.6.0/components/driver/
Dsdspi_transaction.c101 WORD_ALIGNED_ATTR sdspi_hw_cmd_t hw_cmd; in sdspi_host_do_transaction()
/hal_espressif-3.6.0/components/spi_flash/test/
Dtest_flash_encryption.c115 WORD_ALIGNED_ATTR uint8_t buffer_to_write[MAX_LEN+4];
/hal_espressif-3.6.0/docs/en/api-guides/
Dmemory-types.rst206 …- Use macro ``WORD_ALIGNED_ATTR`` in functions before variables to place them in proper positions …
211WORD_ALIGNED_ATTR uint8_t buffer[] = "I want to send something"; //or the buffer will be placed …
/hal_espressif-3.6.0/components/sdmmc/
Dsdmmc_io.c568 WORD_ALIGNED_ATTR uint8_t buf[CIS_GET_MINIMAL_SIZE]; in sdmmc_io_get_cis_data()
/hal_espressif-3.6.0/components/app_update/
Desp_ota_ops.c43 WORD_ALIGNED_ATTR uint8_t partial_data[16];