Searched refs:ABS_RUDDER (Results 1 – 6 of 6) sorted by relevance
55 #if defined(ABS_RUDDER) || (defined(HAVE_DECL_ABS_RUDDER) && HAVE_DECL_ABS_RUDDER)57 static_assert((ABS_RUDDER) == (0x07), "ABS_RUDDER != 0x07");60 # define ABS_RUDDER 0x07306 [ABS_RUDDER] = XLAT(ABS_RUDDER),
9 ABS_RUDDER 0x07
761 ABS_RUDDER = 0x07 variable1244 ABS_RUDDER : 'RUDDER',
822 #define ABS_RUDDER 0x07 macro
245 [ABS_THROTTLE] = "Throttle", [ABS_RUDDER] = "Rudder",
663 pub const ABS_RUDDER: u16 = 0x07; constant