Package: spi_device_pkg

Description

Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0

Serial Peripheral Interface (SPI) Device module.

Types

Name Type Description
passthrough_req_t struct packed {
logic passthrough_en;
logic sck;
logic sck_gate_en;
logic sck_en;
logic csb;
logic csb_en;
logic [3:0] s;
logic [3:0] s_en;
}
passthrough_rsp_t struct packed {
logic [3:0] s;
}