mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
configBitstreamParser: added static method to switch bits for 32bits value
This commit is contained in:
@@ -47,6 +47,7 @@ class ConfigBitstreamParser {
|
||||
};
|
||||
|
||||
static uint8_t reverseByte(uint8_t src);
|
||||
static uint32_t reverse_32(uint32_t src);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user