Bit field struct and TDF extraction

This commit is contained in:
Nav
2022-03-04 15:33:31 +00:00
parent 914d5bc893
commit aa73b431ae
5 changed files with 65 additions and 0 deletions

View File

@@ -30,5 +30,7 @@ namespace Bloom::Targets::Microchip::Avr
* Fuse bit mask
*/
std::uint8_t bitMask;
FuseBitDescriptor(FuseType fuseType, std::uint8_t bitMask): fuseType(fuseType), bitMask(bitMask) {}
};
}