Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/
A Dhpm_linv2_regs.h224 #define LINV2_CONTROL_STATUS_STOP_MASK (0x80U) macro
226 …S_STOP_SET(x) (((uint32_t)(x) << LINV2_CONTROL_STATUS_STOP_SHIFT) & LINV2_CONTROL_STATUS_STOP_MASK)
227 #define LINV2_CONTROL_STATUS_STOP_GET(x) (((uint32_t)(x) & LINV2_CONTROL_STATUS_STOP_MASK) >> LINV2…
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_linv2_drv.h138 …ATUS = ((ptr->CONTROL_STATUS) & ~LINV2_CONTROL_STATUS_SLEEP_MASK) | LINV2_CONTROL_STATUS_STOP_MASK; in lin_slave_stop()

Completed in 9 milliseconds