DWEN fuse bit field validation (in TDFs) for AVR8 debugWire targets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Bloom\BuildScripts\TargetDescriptionFiles\Avr8;
|
||||
|
||||
class FuseBitDescriptor
|
||||
{
|
||||
const FUSE_TYPE_LOW = 'low';
|
||||
const FUSE_TYPE_HIGH = 'high';
|
||||
const FUSE_TYPE_EXTENDED = 'extended';
|
||||
|
||||
public ?string $fuseType = null;
|
||||
}
|
||||
Reference in New Issue
Block a user