Searched refs:section_mask (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_ram_ctrl.h | 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() [all …]
|
| D | nrfx_ram_ctrl.c | 213 uint32_t section_mask, 217 uint32_t section_mask, in ram_ctrl_block_section_power_enable_set() argument 220 nrfx_ram_ctrl_section_power_mask_enable_set(block_idx, section_mask, enable); in ram_ctrl_block_section_power_enable_set() 224 uint32_t section_mask, in ram_ctrl_block_section_retention_enable_set() argument 227 nrfx_ram_ctrl_section_retention_mask_enable_set(block_idx, section_mask, enable); in ram_ctrl_block_section_retention_enable_set()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_power.h | 923 uint32_t section_mask); 940 uint32_t section_mask); 1481 uint32_t section_mask) in nrf_power_rampower_mask_on() argument 1483 p_reg->RAM[block].POWERSET = section_mask; in nrf_power_rampower_mask_on() 1488 uint32_t section_mask) in nrf_power_rampower_mask_off() argument 1490 p_reg->RAM[block].POWERCLR = section_mask; in nrf_power_rampower_mask_off()
|