Lines Matching full:retention
9 * @brief Public API for retention API
27 * @brief Retention API
28 * @defgroup retention_api Retention API
52 * @brief Returns the size of the retention area.
54 * @param dev Retention device to use.
62 * @brief Checks if the underlying data in the retention area is valid or not.
64 * @param dev Retention device to use.
68 * @retval -ENOTSUP If there is no header/checksum configured for the retention area.
74 * @brief Reads data from the retention area.
76 * @param dev Retention device to use.
87 * @brief Writes data to the retention area (underlying data does not need to be
91 * @param dev Retention device to use.
101 * @brief Clears all data in the retention area (sets it to 0)
103 * @param dev Retention device to use.