Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c43 #define MAX_TX_PAYLOAD_SIZE DT_PROP(DT_INST_PARENT(0), tx_plsize) macro
53 uint8_t read_buf[MAX_TX_PAYLOAD_SIZE];
502 if (pckt->len > MAX_TX_PAYLOAD_SIZE) { in espi_taf_npcx_rpmc_op2()