Lines Matching +full:64 +full:- +full:byte
4 * SPDX-License-Identifier: Apache-2.0
17 #define BULK_EP_MPS 64
108 zassert_equal(usb_dc_ep_mps(0x0), 64, in ZTEST()
110 zassert_equal(usb_dc_ep_mps(0x80), 64, in ZTEST()
122 uint8_t byte; in ZTEST() local
133 zassert_not_equal(usb_dc_ep_is_stalled(INVALID_EP, &byte), TC_PASS, in ZTEST()
159 zassert_not_equal(usb_dc_ep_write(INVALID_EP, &byte, sizeof(byte), in ZTEST()
164 zassert_not_equal(usb_dc_ep_read(INVALID_EP, &byte, sizeof(byte), in ZTEST()
167 zassert_not_equal(usb_dc_ep_read_wait(INVALID_EP, &byte, sizeof(byte), in ZTEST()
181 uint8_t byte; in ZTEST() local
184 zassert_not_equal(usb_read(INVALID_EP, &byte, sizeof(byte), &size), in ZTEST()
188 zassert_not_equal(usb_write(INVALID_EP, &byte, sizeof(byte), &size), in ZTEST()