pru: Add support for ADC input

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-05-11 14:53:00 -04:00
parent b85755c0ff
commit c9b6662138
7 changed files with 165 additions and 5 deletions

View File

@@ -90,8 +90,6 @@ static void
timer_init(void)
{
CT_IEP.TMR_CNT = 0;
CT_IEP.TMR_CMP_CFG = 0x01 << 1;
CT_IEP.TMR_GLB_CFG = 0x11;
timer_shutdown();
}