Lines Matching full:in
5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 /** @brief Power configuration bits for each section in particular RAM block. */
57 /** @brief Retention configuration bits for each section in particular RAM block. */
60 …_S0RETENTION_Msk, ///< Keep RAM section S0 of the particular RAM block on or off in System ON mode.
61 …_S1RETENTION_Msk, ///< Keep RAM section S1 of the particular RAM block on or off in System ON mode.
62 …_S2RETENTION_Msk, ///< Keep RAM section S2 of the particular RAM block on or off in System ON mode.
63 …_S3RETENTION_Msk, ///< Keep RAM section S3 of the particular RAM block on or off in System ON mode.
71 * @param[in] p_reg Pointer to the peripheral registers structure.
72 * @param[in] ram_block_num RAM block number.
73 * @param[in] power_mask Bitmask with sections configuration of particular RAM block.
75 * @param[in] retention_mask Bitmask with sections configuration of particular RAM block.
86 * @param[in] p_reg Pointer to the peripheral registers structure.
87 * @param[in] ram_block_num RAM block number.
94 * @param[in] p_reg Pointer to the peripheral registers structure.
95 * @param[in] ram_block_num RAM block number.
96 * @param[in] sect_power Paricular section of the RAM block.
105 * @param[in] p_reg Pointer to the peripheral registers structure.
106 * @param[in] ram_block_num RAM block number.
107 * @param[in] sect_power Paricular section of the RAM block.
116 * @param[in] p_reg Pointer to the peripheral registers structure.
117 * @param[in] ram_block_num RAM block number.
127 * @param[in] p_reg Pointer to the peripheral registers structure.
128 * @param[in] ram_block_num RAM block number.
129 * @param[in] sect_retention Paricular section of the RAM block.
138 * @param[in] p_reg Pointer to the peripheral registers structure.
139 * @param[in] ram_block_num RAM block number.
140 * @param[in] sect_retention Paricular section of the RAM block.
149 * @param[in] p_reg Pointer to the peripheral registers structure.
150 * @param[in] ram_block_num RAM block number.