This is the header file of i2c_software_gpio_with_timer.c.
More...
Go to the source code of this file.
This is the header file of i2c_software_gpio_with_timer.c.
- Version
- V0.10
- Revision
- 5
- Date
- 13/11/07 4:40p
- Note
- SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.
Definition in file i2c_software_gpio_with_timer.h.
◆ I2C_SW_I_Count()
uint32_t I2C_SW_I_Count |
( |
void |
| ) |
|
◆ I2C_SW_I_Get()
uint32_t I2C_SW_I_Get |
( |
uint8_t |
u8Address, |
|
|
uint8_t * |
p8Data, |
|
|
uint32_t |
u32ByteSize |
|
) |
| |
Read data.
- Parameters
-
u8Address | I2C slave address |
p8Data | data address |
u32ByteSize | data length |
- Return values
-
Definition at line 284 of file i2c_software_gpio_with_timer.c.
◆ I2C_SW_I_IsBZ()
uint32_t I2C_SW_I_IsBZ |
( |
void |
| ) |
|
◆ I2C_SW_I_Open()
uint32_t I2C_SW_I_Open |
( |
uint32_t |
u32BusClock | ) |
|
◆ I2C_SW_I_Send()
uint32_t I2C_SW_I_Send |
( |
uint8_t |
u8Address, |
|
|
uint8_t * |
p8Data, |
|
|
uint32_t |
u32ByteSize |
|
) |
| |
Send data.
- Parameters
-
u8Address | I2C slave address |
p8Data | data address |
u32ByteSize | data length |
- Return values
-
Definition at line 232 of file i2c_software_gpio_with_timer.c.