void PIT_SetPIV(unsigned int piv) { AT91C_BASE_PITC->PITC_PIMR = (AT91C_BASE_PITC->PITC_PIMR & AT91C_PITC_PIV) | piv; }