Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bbram_driver_api Struct Reference

@driver_ops{BBRAM} More...

#include <bbram.h>

Data Fields

bbram_api_check_invalid_t check_invalid
 @driver_ops_optional Check if BBRAM is invalid.
bbram_api_check_standby_power_t check_standby_power
 @driver_ops_optional Check for standby (Volt SBY) power failure.
bbram_api_check_power_t check_power
 @driver_ops_optional Check for V CC1 power failure.
bbram_api_get_size_t get_size
 @driver_ops_optional Get the size of the BBRAM (in bytes).
bbram_api_read_t read
 @driver_ops_optional Read bytes from BBRAM.
bbram_api_write_t write
 @driver_ops_optional Write bytes to BBRAM.

Detailed Description

@driver_ops{BBRAM}

Field Documentation

◆ check_invalid

bbram_api_check_invalid_t bbram_driver_api::check_invalid

@driver_ops_optional Check if BBRAM is invalid.

◆ check_power

bbram_api_check_power_t bbram_driver_api::check_power

@driver_ops_optional Check for V CC1 power failure.

◆ check_standby_power

bbram_api_check_standby_power_t bbram_driver_api::check_standby_power

@driver_ops_optional Check for standby (Volt SBY) power failure.

◆ get_size

bbram_api_get_size_t bbram_driver_api::get_size

@driver_ops_optional Get the size of the BBRAM (in bytes).

◆ read

bbram_api_read_t bbram_driver_api::read

@driver_ops_optional Read bytes from BBRAM.

◆ write

bbram_api_write_t bbram_driver_api::write

@driver_ops_optional Write bytes to BBRAM.


The documentation for this struct was generated from the following file: