Searched refs:WORD_ALIGNED_ATTR (Results 1 – 23 of 23) sorted by relevance
48 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 …]
41 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()
27 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];
172 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()
498 WORD_ALIGNED_ATTR uint8_t buffer[TEST_RESET_DATA_LEN]; in test_reset_master()
948 WORD_ALIGNED_ATTR uint8_t slave_buffer[len + (dummy_n + 7) / 8]; in test_dummy()1366 WORD_ALIGNED_ATTR spi_transaction_t trans = {
139 WORD_ALIGNED_ATTR char sendbuf[129]=""; in app_main()140 WORD_ALIGNED_ATTR char recvbuf[129]=""; in app_main()
52 #define WORD_ALIGNED_ATTR __attribute__((aligned(4))) macro55 #define DMA_ATTR WORD_ALIGNED_ATTR DRAM_ATTR
138 - 在函数中使用 ``WORD_ALIGNED_ATTR`` 宏来修饰变量,将其放在适当的位置上,比如:145 … WORD_ALIGNED_ATTR uint8_t buffer[]="I want to send something"; //否则buffer数组会被存储在stuff变量的后面
24 esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
772 WORD_ALIGNED_ATTR uint8_t buf[16]; in process_checksum()
43 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
45 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
21 esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
44 WORD_ALIGNED_ATTR uint8_t block[128]; // Need to buffer in RAM as we write in spi_flash_write_encrypted_chip()
48 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
52 extern esp_image_header_t WORD_ALIGNED_ATTR bootloader_image_hdr;
101 WORD_ALIGNED_ATTR sdspi_hw_cmd_t hw_cmd; in sdspi_host_do_transaction()
115 WORD_ALIGNED_ATTR uint8_t buffer_to_write[MAX_LEN+4];
206 …- Use macro ``WORD_ALIGNED_ATTR`` in functions before variables to place them in proper positions …211 …WORD_ALIGNED_ATTR uint8_t buffer[] = "I want to send something"; //or the buffer will be placed …
568 WORD_ALIGNED_ATTR uint8_t buf[CIS_GET_MINIMAL_SIZE]; in sdmmc_io_get_cis_data()
43 WORD_ALIGNED_ATTR uint8_t partial_data[16];