Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_linv2_drv.c125 ptr->CONTROL_STATUS |= LINV2_CONTROL_STATUS_START_REQ_MASK; in lin_master_transfer()
162 ptr->CONTROL_STATUS |= LINV2_CONTROL_STATUS_START_REQ_MASK; in lin_master_sent()
208 ptr->CONTROL_STATUS |= LINV2_CONTROL_STATUS_START_REQ_MASK; in lin_master_receive()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/
A Dhpm_linv2_regs.h294 #define LINV2_CONTROL_STATUS_START_REQ_MASK (0x1U) macro
296 …(x) (((uint32_t)(x) << LINV2_CONTROL_STATUS_START_REQ_SHIFT) & LINV2_CONTROL_STATUS_START_REQ_MASK)
297 #define LINV2_CONTROL_STATUS_START_REQ_GET(x) (((uint32_t)(x) & LINV2_CONTROL_STATUS_START_REQ_MASK

Completed in 47 milliseconds