Zephyr Project API 4.4.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fpga_driver_api Struct Reference

@driver_ops{FPGA} More...

#include <fpga.h>

Data Fields

fpga_api_get_status get_status
 @driver_ops_optional Read the status of FPGA.
fpga_api_reset reset
 @driver_ops_optional Reset the FPGA.
fpga_api_load load
 @driver_ops_optional Load the bitstream and program the FPGA.
fpga_api_on on
 @driver_ops_optional Turns on the FPGA.
fpga_api_off off
 @driver_ops_optional Turns off the FPGA.
fpga_api_get_info get_info
 @driver_ops_optional Returns information about the FPGA.

Detailed Description

@driver_ops{FPGA}

Field Documentation

◆ get_info

fpga_api_get_info fpga_driver_api::get_info

@driver_ops_optional Returns information about the FPGA.

◆ get_status

fpga_api_get_status fpga_driver_api::get_status

@driver_ops_optional Read the status of FPGA.

◆ load

fpga_api_load fpga_driver_api::load

@driver_ops_optional Load the bitstream and program the FPGA.

◆ off

fpga_api_off fpga_driver_api::off

@driver_ops_optional Turns off the FPGA.

◆ on

fpga_api_on fpga_driver_api::on

@driver_ops_optional Turns on the FPGA.

◆ reset

fpga_api_reset fpga_driver_api::reset

@driver_ops_optional Reset the FPGA.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/fpga.h