Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
bool priv_usb_pal_ep_out_of_range(uint8_t ep_addr, uint8_t ep_max)
Pure predicate: endpoint number is zero OR exceeds max.
bool priv_usb_pal_should_dispatch_event(const void *event_fn, uint16_t mask, uint16_t none_value)
Pure predicate: callback non-NULL AND mask non-zero.