Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove documentation for internal registers #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions example/c/ARM/STM/Click_ATA6570_STM.cp
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ extern const uint8_t _ATA6570_WKESR ;

extern const uint8_t _ATA6570_DIDR ;

extern const uint8_t _ATA6570_FUDI ;
extern const uint8_t _ATA6570_FUDO ;
extern const uint8_t _ATA6570_FUSEL ;
extern const uint8_t _ATA6570_BGCAL ;
extern const uint8_t _ATA6570_FRCCAL ;
extern const uint8_t _ATA6570_HRCCALL ;
extern const uint8_t _ATA6570_HRCCALH ;



extern const uint8_t _ATA6570_OPMODE_NORMAL ;
Expand Down
7 changes: 0 additions & 7 deletions example/c/PIC/Click_ATA6570_PIC.cp
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ extern const uint8_t _ATA6570_WKESR ;

extern const uint8_t _ATA6570_DIDR ;

extern const uint8_t _ATA6570_FUDI ;
extern const uint8_t _ATA6570_FUDO ;
extern const uint8_t _ATA6570_FUSEL ;
extern const uint8_t _ATA6570_BGCAL ;
extern const uint8_t _ATA6570_FRCCAL ;
extern const uint8_t _ATA6570_HRCCALL ;
extern const uint8_t _ATA6570_HRCCALH ;



Expand Down
10 changes: 1 addition & 9 deletions library/__ata6570_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ const uint8_t _ATA6570_WKESR = 0x64;

const uint8_t _ATA6570_DIDR = 0x7E;

const uint8_t _ATA6570_FUDI = 0x70;
const uint8_t _ATA6570_FUDO = 0x71;
const uint8_t _ATA6570_FUSEL = 0x72;
const uint8_t _ATA6570_BGCAL = 0x73;
const uint8_t _ATA6570_FRCCAL = 0x74;
const uint8_t _ATA6570_HRCCALL = 0x75;
const uint8_t _ATA6570_HRCCALH = 0x76;

const uint8_t _ATA6570_OPMODE_SLEEP = 0x01;
const uint8_t _ATA6570_OPMODE_STBY = 0x04;
const uint8_t _ATA6570_OPMODE_NORMAL = 0x07;
Expand Down Expand Up @@ -211,4 +203,4 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

----------------------------------------------------------------------------- */
----------------------------------------------------------------------------- */
7 changes: 0 additions & 7 deletions library/__ata6570_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ extern const uint8_t _ATA6570_WKESR ; /**< WAKE Event Status Register */

extern const uint8_t _ATA6570_DIDR ; /**< Device ID Register */

extern const uint8_t _ATA6570_FUDI ;
extern const uint8_t _ATA6570_FUDO ;
extern const uint8_t _ATA6570_FUSEL ;
extern const uint8_t _ATA6570_BGCAL ;
extern const uint8_t _ATA6570_FRCCAL ;
extern const uint8_t _ATA6570_HRCCALL ;
extern const uint8_t _ATA6570_HRCCALH ;
/** @} */
/** @defgroup ATA6570_OPMODE ATA6570 Operation Modes */ /** @{ */

Expand Down