![]() |
snickerdoodle Platform Controller
firmware for STM32F0 platform controller
|
I2C Control. More...
Functions | |
static enum sd_i2c_err | sd_i2c_dev_init (struct sd_i2c_dev *dev, I2C_HandleTypeDef *hi2c) |
Initialize I2C channel Initialize I2C channel with a peripheral handle and set the device as ready. More... | |
void | sd_i2c1_init (void) |
I2C1 Initialization Initialize low-level hardware peripheral and set device handle. More... | |
void | sd_i2c2_init (void) |
I2C2 Initialization Initialize low-level hardware peripheral and set device handle. More... | |
void | HAL_I2C_MspInit (I2C_HandleTypeDef *hi2c) |
void | HAL_I2C_MspDeInit (I2C_HandleTypeDef *hi2c) |
enum sd_i2c_err | sd_i2C_set_chan (struct sd_i2c_dev *dev, uint8_t chan) |
Set I2C channel Set I2C channel (more than one channel may be specified) to broadcast messages. More... | |
enum sd_i2c_err | sd_i2c_en_chan (struct sd_i2c_dev *dev, uint8_t chan) |
Enable I2C channel Enable an I2C channel without altering previously configured channels. More than one channel may be specified. More... | |
enum sd_i2c_err | sd_i2c_dis_chan (struct sd_i2c_dev *dev, uint8_t chan) |
Disable I2C channel Disable an I2C channel without altering previously configured channels. More than one channel may be specified. More... | |
Variables | |
static uint8_t | sd_i2c_chan |
static I2C_HandleTypeDef | hi2c1 |
static I2C_HandleTypeDef | hi2c2 |
struct sd_i2c_dev | i2c1_dev |
struct sd_i2c_dev | i2c2_dev |
I2C Control.
Copyright (c) 2016, krtkl inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 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.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project.