Home
last modified time | relevance | path

Searched refs:LIN_CONTROL_STOP_SHIFT (Results 1 – 1 of 1) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/
A Dhpm_lin_regs.h43 #define LIN_CONTROL_STOP_SHIFT (7U) macro
44 #define LIN_CONTROL_STOP_SET(x) (((uint32_t)(x) << LIN_CONTROL_STOP_SHIFT) & LIN_CONTROL_STOP_MASK)
45 #define LIN_CONTROL_STOP_GET(x) (((uint32_t)(x) & LIN_CONTROL_STOP_MASK) >> LIN_CONTROL_STOP_SHIFT)

Completed in 6 milliseconds