Home
last modified time | relevance | path

Searched refs:get_psa (Results 1 – 2 of 2) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dpic-registers.h68 inline unsigned int get_psa() { return value.get() & PSA; } in get_psa() function
H A Dtmr0.cc228 Dprintf(("OPTION::PSA=%u\n", m_pOptionReg->get_psa())); in get_prescale()
230 return (m_pOptionReg->get_psa() ? 0 : (1 + m_pOptionReg->get_prescale())); in get_prescale()