D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 15 #define BULK_EP_MPS 512 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()
|