Showing changes from revision #1 to #2:
Added | Removed | Changed
void HAL_PCIWriteConfigByte(int bus, int devfn, int addr, uint8_t value)
Entry | |
---|---|
bus | Bus number to write to |
devfn | Device number to write to |
addr | Address to write to |
value | Byte to write |
Exit | |
---|---|
- |
Writes a configuration byte to a device on the PCI bus.
This is an internal call for use by the PCI module and should not be used by user software. User software should use the PCI SWIs instead of talking to the HAL directly.