Searched refs:block (Results 1 – 5 of 5) sorted by relevance
38 uint8_t block:4; member249 uint8_t block; in ram_ctrl_block_section_iterate() local256 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()
922 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() argument1483 p_reg->RAM[block].POWERSET = section_mask; in nrf_power_rampower_mask_on()1487 uint8_t block, in nrf_power_rampower_mask_off() argument1490 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() argument1495 return p_reg->RAM[block].POWER; in nrf_power_rampower_mask_get()
229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as231 # to treat a multi-line C++ comment block as a detailed description. Set this583 # 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.
229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as231 # to treat a multi-line C++ comment block as a detailed description. Set this585 # 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.
551 - Declared the tx_buffer_length field in the UART driver's control block as volatile to prevent iss…