Lines Matching refs:g_assert_cmpuint
562 g_assert_cmpuint(pwm_get_freq(qts, module, pwm), ==, 0); in test_init()
563 g_assert_cmpuint(pwm_get_duty(qts, module, pwm), ==, 0); in test_init()
588 g_assert_cmpuint(pwm_read_ppr(qts, td), ==, ppr); in test_oneshot()
589 g_assert_cmpuint(pwm_read_csr(qts, td), ==, csr); in test_oneshot()
590 g_assert_cmpuint(pwm_read_pcr(qts, td), ==, pcr); in test_oneshot()
591 g_assert_cmpuint(pwm_get_freq(qts, module, pwm), ==, 0); in test_oneshot()
592 g_assert_cmpuint(pwm_get_duty(qts, module, pwm), ==, 0); in test_oneshot()
633 g_assert_cmpuint(pwm_read_ppr(qts, td), ==, ppr); in test_toggle()
634 g_assert_cmpuint(pwm_read_csr(qts, td), ==, csr); in test_toggle()
635 g_assert_cmpuint(pwm_read_pcr(qts, td), ==, pcr); in test_toggle()
636 g_assert_cmpuint(pwm_read_cnr(qts, td), ==, cnr); in test_toggle()
637 g_assert_cmpuint(pwm_read_cmr(qts, td), ==, cmr); in test_toggle()
638 g_assert_cmpuint(pwm_get_duty(qts, module, pwm), in test_toggle()
642 g_assert_cmpuint(pwm_get_freq(qts, module, pwm), in test_toggle()
652 g_assert_cmpuint(pwm_read_pcr(qts, td), ==, pcr | CH_INV); in test_toggle()
653 g_assert_cmpuint(pwm_get_duty(qts, module, pwm), in test_toggle()
657 g_assert_cmpuint(pwm_get_freq(qts, module, pwm), in test_toggle()