Example #1
0
static void mfpw_1D(mfp_t * const mfp, const int68_t v, const bogoc68_t bogoc)
{
  REPORTW(TCDCR,v);
  mfp_put_tcr(mfp, TIMER_C, v, bogoc);
}
Example #2
0
static void mfpw_1D(u8 v, cycle68_t cycle) {
  mfp_put_tcr(mfp,TIMER_C,v, cycle*192u); }