Searched refs:BPOR_POR_CONFIG_RETENTION_MASK (Results 1 – 10 of 10) sorted by relevance
25 #define BPOR_POR_CONFIG_RETENTION_MASK (0x1U) macro27 …ENTION_SET(x) (((uint32_t)(x) << BPOR_POR_CONFIG_RETENTION_SHIFT) & BPOR_POR_CONFIG_RETENTION_MASK)28 #define BPOR_POR_CONFIG_RETENTION_GET(x) (((uint32_t)(x) & BPOR_POR_CONFIG_RETENTION_MASK) >> BPOR_…
60 #define BPOR_POR_CONFIG_RETENTION_MASK (0x1U) macro62 …ENTION_SET(x) (((uint32_t)(x) << BPOR_POR_CONFIG_RETENTION_SHIFT) & BPOR_POR_CONFIG_RETENTION_MASK)63 #define BPOR_POR_CONFIG_RETENTION_GET(x) (((uint32_t)(x) & BPOR_POR_CONFIG_RETENTION_MASK) >> BPOR_…
34 ptr->POR_CONFIG |= BPOR_POR_CONFIG_RETENTION_MASK; in bpor_enable_reg_value_retention()44 ptr->POR_CONFIG &= ~BPOR_POR_CONFIG_RETENTION_MASK; in bpor_disable_reg_value_retention()
35 ptr->POR_CONFIG |= BPOR_POR_CONFIG_RETENTION_MASK; in bpor_enable_reg_value_retention()45 ptr->POR_CONFIG &= ~BPOR_POR_CONFIG_RETENTION_MASK; in bpor_disable_reg_value_retention()
99 ptr->POR_CONFIG |= BPOR_POR_CONFIG_RETENTION_MASK; in bpor_enable_reg_value_retention()109 ptr->POR_CONFIG &= ~BPOR_POR_CONFIG_RETENTION_MASK; in bpor_disable_reg_value_retention()
Completed in 25 milliseconds