Lines Matching refs:enable
69 void nrfx_ram_ctrl_power_enable_set(void const * p_object, size_t length, bool enable);
79 void nrfx_ram_ctrl_retention_enable_set(void const * p_object, size_t length, bool enable);
91 bool enable) 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()
97 if (enable) in nrfx_ram_ctrl_section_power_mask_enable_set()
108 if (enable) in nrfx_ram_ctrl_section_power_mask_enable_set()
130 bool enable) 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()
141 if (enable) in nrfx_ram_ctrl_section_retention_mask_enable_set()
152 if (enable) in nrfx_ram_ctrl_section_retention_mask_enable_set()