ref_app_breathing_reg_protocol.c File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "acc_reg_protocol.h"
#include "ref_app_breathing_reg_protocol.h"

Go to the source code of this file.

Functions

void ref_app_breathing_reg_protocol_setup (void)
 
void ref_app_breathing_reg_protocol_write_default (void)
 

Variables

const acc_reg_protocol_t ref_app_breathing_reg_protocol [REF_APP_BREATHING_REG_REGISTER_COUNT]
 

Function Documentation

◆ ref_app_breathing_reg_protocol_setup()

void ref_app_breathing_reg_protocol_setup ( void  )

The ref_app_breathing protocol setup function.

Definition at line 132 of file ref_app_breathing_reg_protocol.c.

◆ ref_app_breathing_reg_protocol_write_default()

void ref_app_breathing_reg_protocol_write_default ( void  )

The ref_app_breathing protocol write default register value function.

Definition at line 138 of file ref_app_breathing_reg_protocol.c.

Variable Documentation

◆ ref_app_breathing_reg_protocol

const acc_reg_protocol_t ref_app_breathing_reg_protocol[REF_APP_BREATHING_REG_REGISTER_COUNT]

This struct defines the links between a register address and the register read and/or write function.

Definition at line 18 of file ref_app_breathing_reg_protocol.c.