Home
last modified time | relevance | path

Searched refs:write_buff_size (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c155 void nrfx_rramc_write_enable_set(bool enable, uint32_t write_buff_size) in nrfx_rramc_write_enable_set() argument
159 .write_buff_size = (uint8_t)write_buff_size, in nrfx_rramc_write_enable_set()
178 .write_buff_size = p_config->write_buff_size, in rramc_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rramc.h55 uint8_t write_buff_size; ///< Size of write buffer. If set to 0, buffering is disabled. member
78 .write_buff_size = _write_buff_size, \
168 void nrfx_rramc_write_enable_set(bool enable, uint32_t write_buff_size);
/hal_nordic-latest/nrfx/hal/
Dnrf_rramc.h96 uint8_t write_buff_size; ///< Write-buffer size in case set to 0 buffering is disabled. member
638 p_config->write_buff_size = (uint32_t)((p_reg->CONFIG & RRAMC_CONFIG_WRITEBUFSIZE_Msk) >> in nrf_rramc_config_get()
645 NRFX_ASSERT(p_config->write_buff_size <= NRF_RRAMC_CONFIG_WRITE_BUFF_SIZE_MAX); in nrf_rramc_config_set()
648 ((uint32_t)p_config->write_buff_size << RRAMC_CONFIG_WRITEBUFSIZE_Pos); in nrf_rramc_config_set()