|
Zephyr Project API 4.4.0-rc3
A Scalable Open Source RTOS
|
@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. | |
@driver_ops{FPGA}
| fpga_api_get_info fpga_driver_api::get_info |
@driver_ops_optional Returns information about the FPGA.
| fpga_api_get_status fpga_driver_api::get_status |
@driver_ops_optional Read the status of FPGA.
| fpga_api_load fpga_driver_api::load |
@driver_ops_optional Load the bitstream and program the FPGA.
| fpga_api_off fpga_driver_api::off |
@driver_ops_optional Turns off the FPGA.
| fpga_api_on fpga_driver_api::on |
@driver_ops_optional Turns on the FPGA.
| fpga_api_reset fpga_driver_api::reset |
@driver_ops_optional Reset the FPGA.