@mchp-mcc/scf-avr8-twi-v1
v8.1.5
Published
- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path
Downloads
493
Maintainers
Keywords
Readme
I2C Driver
Overview
The Inter-Integrated Circuit (I2C) bus is a multi-host serial data communication bus. Devices communicate in a host/ client environment where the host devices initiate the communication. A client device is controlled through addressing.
Generated Files
This driver generates the following files: I2C Host Mode:
- ./mcc_generated_files/i2c_host/src/twi0.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/i2c_host/twi0.h => A driver file containing the API function prototypes
- ./mcc_generated_files/i2c_host/twi0_host_interface.h => A driver file containing the Common API function prototypes structure
- ./mcc_generated_files/i2c_host/twi0_host_type.h => A driver file containing the type definition for i2c host
- ./mcc_generated_files/i2c_host/twi0_host_event_types.h => A driver file containing the structure definition for i2c host
I2C Client Mode:
- ./mcc_generated_files/i2c_client/src/twi0.c => A driver file containing Register Initialization and API function implementations
- ./mcc_generated_files/i2c_client/twi0.h => A driver file containing the API function prototypes
- ./mcc_generated_files/i2c_client/twi0_client_interface.h => A driver file containing the Common API function prototypes structure
- ./mcc_generated_files/i2c_client/twi0_client_type.h => A driver file containing the type definition for i2c client
Changelog
All notable changes to this project will be documented in this file.
[8.1.5] - 2024-09-27
Bug Fixes
- M8PD-9373 :- Included stddef.h header in the interface files of the I2C/TWI Host and client for successful compilation
- M8PD-8902 :- Fixed I2C drivers to avoid incorrect occurrence of TX_READY state prior to the ACK reception for the address match
- M8PD-8843 :- Fixed I2C drivers to enable clock stretching for ack, address or data reception
[8.1.4] - 2024-05-14
No changes from previous version
[8.1.3] - 2023-05-22
No changes from previous version