Lines Matching full:memory
88 * @brief Macro for logging a memory dump with the severity level ERROR.
90 * @param[in] p_memory Pointer to the memory region to be dumped.
91 * @param[in] length Length of the memory region in bytes.
96 * @brief Macro for logging a memory dump with the severity level WARNING.
98 * @param[in] p_memory Pointer to the memory region to be dumped.
99 * @param[in] length Length of the memory region in bytes.
104 * @brief Macro for logging a memory dump with the severity level INFO.
106 * @param[in] p_memory Pointer to the memory region to be dumped.
107 * @param[in] length Length of the memory region in bytes.
112 * @brief Macro for logging a memory dump with the severity level DEBUG.
114 * @param[in] p_memory Pointer to the memory region to be dumped.
115 * @param[in] length Length of the memory region in bytes.