Lines Matching full:mask
14 * @brief Test channels mask with size 1
16 * This test will request the channels mask changes, passing valid
25 /* Test the function when a region with mask size 1 is being used */ in ZTEST()
32 /* Configure channels mask with expected parameters */ in ZTEST()
34 zassert_equal(err, 0, "Denied right channels mask configuration"); in ZTEST()
36 /* Configure channels mask with unexpected channels mask size */ in ZTEST()
38 zassert_equal(err, -EINVAL, "Accepted an unexpected mask size for the selected region"); in ZTEST()
40 /* Configure channels mask with pointer to NULL */ in ZTEST()
46 * @brief Test channels mask with size 6
48 * This test will request the channels mask changes, passing valid
57 /* Test the function when a region with mask size 6 is being used */ in ZTEST()
64 /* Configure channels mask with expected parameters */ in ZTEST()
66 zassert_equal(err, 0, "Denied right channels mask configuration"); in ZTEST()
68 /* Configure channels mask with unexpected channels mask size */ in ZTEST()
70 zassert_equal(err, -EINVAL, "Accepted an unexpected mask size for the selected region"); in ZTEST()
72 /* Configure channels mask with pointer to NULL */ in ZTEST()