/* cpu.rs
*
* Developed by Tim Walls <tim.walls@snowgoons.com>
* Copyright (c) All Rights Reserved, Tim Walls
*/
//! ATmega4809-specific CPU control block implementation
// Imports ===================================================================
use crate::;
// Declarations ==============================================================
// Code ======================================================================
atmel_cpu_tpl!;
/**
* Obtain a reference to the CPU controller instance
*/