Searched refs:phmax (Results 1 – 1 of 1) sorted by relevance
232 static inline void qeiv2_config_phmax_phparam(QEIV2_Type *qeiv2_x, uint32_t phmax) in qeiv2_config_phmax_phparam() argument236 if (phmax > 0u) { in qeiv2_config_phmax_phparam()237 phmax--; in qeiv2_config_phmax_phparam()239 qeiv2_x->PHCFG = QEIV2_PHCFG_PHMAX_SET(phmax); in qeiv2_config_phmax_phparam()240 if (phmax == 0u) { in qeiv2_config_phmax_phparam()243 tmp = (0x80000000u / (phmax + 1u)); in qeiv2_config_phmax_phparam()
Completed in 9 milliseconds