Home
last modified time | relevance | path

Searched defs:POS (Results 1 – 1 of 1) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_def.h60 #define ValBit(VAR,POS) (VAR & (1 << POS)) argument
61 #define SetBit(VAR,POS) (VAR |= (1 << POS)) argument
62 #define ClrBit(VAR,POS) (VAR &= ((1 << POS)^255)) argument