/*
Copyright 2018 Massdrop Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// From keyboard
// MD_BOOTLOADER
// I2C1 Set ~Result PWM Time (2x Drivers)
// 1000000 1090000
// 900000 1000000 3.82ms
// 800000 860000
// 700000 750000
// 600000 630000
// 580000 615000 6.08ms
// 500000 522000
// Generator clock channels
typedef struct clk_s clk_t;
extern volatile clk_t system_clks;
extern volatile uint64_t ms_clk;
void ;
void ;
uint32_t ;
uint32_t ;
uint64_t ;
void ;
void ;
uint32_t ;
uint32_t ;
uint32_t ;
void ;
// _CLKS_H_