Searched refs:length_aligned (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.4.0/components/driver/test/ |
D | test_spi_param.c | 405 .length_aligned = true, 417 .length_aligned = true, 428 .length_aligned = true, 440 .length_aligned = true, 483 .length_aligned = true, 493 .length_aligned = true, 503 .length_aligned = true, 513 .length_aligned = true, 1096 .length_aligned = true, 1108 .length_aligned = true, [all …]
|
D | test_common_spi.c | 123 if (cfg->length_aligned) length = (length+31)&(~31); in spitest_init_transactions()
|
/hal_espressif-3.4.0/components/driver/test/include/test/ |
D | test_common_spi.h | 223 bool length_aligned; member
|