Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
11c0f5be
Commit
11c0f5be
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Clear some trailing whitespace
parent
26cbdd89
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/timers/pcf85263.h
+2
-2
2 additions, 2 deletions
drivers/timers/pcf85263.h
with
2 additions
and
2 deletions
drivers/timers/pcf85263.h
+
2
−
2
View file @
11c0f5be
...
...
@@ -357,7 +357,7 @@
# define PCF85263_CTL_OSC_CLKIV (1 << 7)
/* Bit 7: Output clock inversion */
#define PCF85263_CTL_BATTERY_SWITCH 0x26
/* Battery switch control register */
# define PCF85263_CTL_BATTERY_BSTH (1 << 0)
/* Bit 0:
# define PCF85263_CTL_BATTERY_BSTH (1 << 0)
/* Bit 0:
# define PCF85263_CTL_BATTERY_BSM_SHIFT (1) /* Bits 1-2: Battery switch mode bits */
# define PCF85263_CTL_BATTERY_BSM_MASK (3 << PCF85263_CTL_BATTERY_BSM_SHIFT)
# define PCF85263_CTL_BATTERY_BSM_VTH (0 << PCF85263_CTL_BATTERY_BSM_SHIFT)
/* Switching at the Vth level */
...
...
@@ -462,7 +462,7 @@
/* Reset */
#define PCF85263_CTL_RESETS 0x2f
/*
#define PCF85263_CTL_RESETS 0x2f
/*
# define PCF85263_CTL_CTS (1 << 0) /* Bit 0: Clear timestamp */
# define PCF85263_CTL_SR (1 << 3)
/* Bit 3: Software reset */
# define PCF85263_CTL_CPR (1 << 7)
/* Bit 7: Clear prescaler */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment