Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cm-projects
RIOT
Commits
56bd36b5
Commit
56bd36b5
authored
8 years ago
by
Marc Poulhiès
Browse files
Options
Downloads
Patches
Plain Diff
spi: doc typo
parent
40a66648
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/include/periph/spi.h
+2
-2
2 additions, 2 deletions
drivers/include/periph/spi.h
with
2 additions
and
2 deletions
drivers/include/periph/spi.h
+
2
−
2
View file @
56bd36b5
...
@@ -192,7 +192,7 @@ void spi_init(spi_t bus);
...
@@ -192,7 +192,7 @@ void spi_init(spi_t bus);
*
*
*
*
* After calling spi_init, the pins must be initialized (i.e. spi_init is
* After calling spi_init, the pins must be initialized (i.e. spi_init is
* calling
)
this function internally. In normal cases, this function will not be
* calling this function internally
)
. In normal cases, this function will not be
* used. But there are some devices (e.g. CC110x), that use SPI bus lines also
* used. But there are some devices (e.g. CC110x), that use SPI bus lines also
* for other purposes and need the option to dynamically re-configure one or
* for other purposes and need the option to dynamically re-configure one or
* more of the used pins. So they can take control over certain pins and return
* more of the used pins. So they can take control over certain pins and return
...
@@ -208,7 +208,7 @@ void spi_init_pins(spi_t bus);
...
@@ -208,7 +208,7 @@ void spi_init_pins(spi_t bus);
* @brief Initialize the given chip select pin
* @brief Initialize the given chip select pin
*
*
* The chip select can be any generic GPIO pin (e.g. GPIO_PIN(x,y)), or it can
* The chip select can be any generic GPIO pin (e.g. GPIO_PIN(x,y)), or it can
* be a hardware chip select line. The existence and number of
of
hardware chip
* be a hardware chip select line. The existence and number of hardware chip
* select lines depends on the underlying platform and the actual pins used for
* select lines depends on the underlying platform and the actual pins used for
* hardware chip select lines are defined in the board's `periph_conf.h`.
* hardware chip select lines are defined in the board's `periph_conf.h`.
*
*
...
...
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