Lines Matching full:bbram
15 * @brief BBRAM Interface
16 * @defgroup bbram_interface BBRAM Interface
27 * @brief API template to check if the BBRAM is invalid.
51 * @brief API template to check the size of the BBRAM
59 * @brief API template to read from BBRAM.
68 * @brief API template to write to BBRAM.
85 * @brief Check if BBRAM is invalid
90 * @param[in] dev BBRAM device pointer.
112 * @param[in] dev BBRAM device pointer.
135 * @param[in] dev BBRAM device pointer.
153 * @brief Get the size of the BBRAM (in bytes).
155 * @param[in] dev BBRAM device pointer.
174 * @brief Read bytes from BBRAM.
176 * @param[in] dev The BBRAM device pointer to read from.
199 * @brief Write bytes to BBRAM.
201 * @param[in] dev The BBRAM device pointer to write to.
224 * @brief Set the emulated BBRAM driver's invalid state
235 * @brief Set the emulated BBRAM driver's standby power state
246 * @brief Set the emulated BBRAM driver's power state
264 #include <zephyr/syscalls/bbram.h>