Home
last modified time | relevance | path

Searched refs:block (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_ram_ctrl.c38 uint8_t block:4; member
249 uint8_t block; in ram_ctrl_block_section_iterate() local
256 block = p_ram_unit->decoded.block; in ram_ctrl_block_section_iterate()
266 block = (uint8_t)(idx / RAM_UNIFORM_SECTIONS_PER_BLOCK); in ram_ctrl_block_section_iterate()
270 handler(block, 1UL << section, enable); in ram_ctrl_block_section_iterate()
/hal_nordic-latest/nrfx/hal/
Dnrf_power.h922 uint8_t block,
939 uint8_t block,
950 NRF_STATIC_INLINE uint32_t nrf_power_rampower_mask_get(NRF_POWER_Type const * p_reg, uint8_t block);
1480 uint8_t block, in nrf_power_rampower_mask_on() argument
1483 p_reg->RAM[block].POWERSET = section_mask; in nrf_power_rampower_mask_on()
1487 uint8_t block, in nrf_power_rampower_mask_off() argument
1490 p_reg->RAM[block].POWERCLR = section_mask; in nrf_power_rampower_mask_off()
1493 NRF_STATIC_INLINE uint32_t nrf_power_rampower_mask_get(NRF_POWER_Type const * p_reg, uint8_t block) in nrf_power_rampower_mask_get() argument
1495 return p_reg->RAM[block].POWER; in nrf_power_rampower_mask_get()
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
231 # to treat a multi-line C++ comment block as a detailed description. Set this
583 # blocks will be appended to the function's detailed documentation block.
1247 # of the possible markers and block names see the documentation.
1938 # description of the possible markers and block names see the documentation.
2643 # the !include statement in a plantuml block.
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
231 # to treat a multi-line C++ comment block as a detailed description. Set this
585 # blocks will be appended to the function's detailed documentation block.
1256 # of the possible markers and block names see the documentation.
1947 # description of the possible markers and block names see the documentation.
2655 # the !include statement in a plantuml block.
/hal_nordic-latest/nrfx/
DCHANGELOG.md551 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss…