Lines Matching refs:section_mask

90                                                                  uint32_t section_mask,  in nrfx_ram_ctrl_section_power_mask_enable_set()  argument
94 nrf_memconf_ramblock_control_mask_enable_set(NRF_MEMCONF, block_idx, section_mask, enable); in nrfx_ram_ctrl_section_power_mask_enable_set()
99 nrf_vmc_ram_block_power_set(NRF_VMC, block_idx, (nrf_vmc_power_t)section_mask); in nrfx_ram_ctrl_section_power_mask_enable_set()
103 nrf_vmc_ram_block_power_clear(NRF_VMC, block_idx, (nrf_vmc_power_t)section_mask); in nrfx_ram_ctrl_section_power_mask_enable_set()
107 section_mask <<= POWER_RAM_POWER_S0POWER_Pos; in nrfx_ram_ctrl_section_power_mask_enable_set()
110 nrf_power_rampower_mask_on(NRF_POWER, block_idx, section_mask); in nrfx_ram_ctrl_section_power_mask_enable_set()
114 nrf_power_rampower_mask_off(NRF_POWER, block_idx, section_mask); in nrfx_ram_ctrl_section_power_mask_enable_set()
129 uint32_t section_mask, in nrfx_ram_ctrl_section_retention_mask_enable_set() argument
134 nrf_memconf_ramblock_ret_mask_enable_set(NRF_MEMCONF, block_idx, section_mask, enable); in nrfx_ram_ctrl_section_retention_mask_enable_set()
136 nrf_memconf_ramblock_ret2_mask_enable_set(NRF_MEMCONF, block_idx, section_mask, enable); in nrfx_ram_ctrl_section_retention_mask_enable_set()
140 section_mask <<= VMC_RAM_POWER_S0RETENTION_Pos; in nrfx_ram_ctrl_section_retention_mask_enable_set()
143 nrf_vmc_ram_block_retention_set(NRF_VMC, block_idx, (nrf_vmc_retention_t)section_mask); in nrfx_ram_ctrl_section_retention_mask_enable_set()
147 nrf_vmc_ram_block_retention_clear(NRF_VMC, block_idx, (nrf_vmc_retention_t)section_mask); in nrfx_ram_ctrl_section_retention_mask_enable_set()
151 section_mask <<= POWER_RAM_POWER_S0RETENTION_Pos; in nrfx_ram_ctrl_section_retention_mask_enable_set()
154 nrf_power_rampower_mask_on(NRF_POWER, block_idx, section_mask); in nrfx_ram_ctrl_section_retention_mask_enable_set()
158 nrf_power_rampower_mask_off(NRF_POWER, block_idx, section_mask); in nrfx_ram_ctrl_section_retention_mask_enable_set()