Searched refs:DEF_BUF_SET (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | spi_flash_at45.c | 54 #define DEF_BUF_SET(_name, _buf_array) \ macro 129 DEF_BUF_SET(tx_buf_set, tx_buf); in check_jedec_id() 130 DEF_BUF_SET(rx_buf_set, rx_buf); in check_jedec_id() 176 DEF_BUF_SET(tx_buf_set, tx_buf); in read_status_register() 177 DEF_BUF_SET(rx_buf_set, rx_buf); in read_status_register() 214 DEF_BUF_SET(tx_buf_set, tx_buf); in configure_page_size() 275 DEF_BUF_SET(tx_buf_set, tx_buf); in spi_flash_at45_read() 276 DEF_BUF_SET(rx_buf_set, rx_buf); in spi_flash_at45_read() 313 DEF_BUF_SET(tx_buf_set, tx_buf); in perform_write() 386 DEF_BUF_SET(tx_buf_set, tx_buf); in perform_chip_erase() [all …]
|