Beispiel #1
0
static void mfpw_25(mfp_t * const mfp, const int68_t v, const bogoc68_t bogoc)
{
  REPORTW(TDDR,v);
  mfp_put_tdr(mfp, TIMER_D, v, bogoc);
}
Beispiel #2
0
static void mfpw_25(u8 v, cycle68_t cycle) {
  mfp_put_tdr(mfp,TIMER_D, v, cycle*192u); }