资源简介
Texas instruments,Amplifier driver for TAS5805M. TI功放TAS5805M驱动代码
代码片段和文件信息
/*
* Driver for the TAS5805M Audio Amplifier (I2C part only)
*
* Author: Leslie Hsia
* Author: Andy Liu
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include “tas5805m.h“
struct tas5805m_priv {
struct regmap *regmap;
struct mutex lock;
};
const struct regmap_config tas5805m_regmap = {
.reg_bits = 8
.val_bits = 8
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13726 2020-07-29 19:11 TAS5805M驱动文件\tas5805m.c
文件 401 2020-07-29 19:02 TAS5805M驱动文件\tas5805m.h
目录 0 2020-07-29 19:17 TAS5805M驱动文件
----------- --------- ---------- ----- ----
14127 3
相关资源
- ds2781单总线1-wire驱动代码 1
- gsm模块 stm32 驱动代码
- STM32F1单片机MPU6050加速度计陀螺仪驱动
- A类、B类、AB类、C类、D类五种功放
- 常用功放IC资料原理图大全
- +GaN与SiC新型功率器件
- 功放一通电电容发热是什么
- TM7705 AD7705驱动代码
- 1969功放资料
- FS4412 各模块驱动代码
- OLED0.96寸 资料 驱动代码
- 基于STM32F103硬件I2C读写24Cxx驱动代码的
- 低频功率放大器 实验报告
- AD9959驱动代码工程
- SHT30文档资料及驱动代码
- si47xx 驱动代码
- 6N3+LM1875音频功率放大器设计原理图
- MPU9250驱动代码
- ADS1115的驱动代码,基于STM32F103
- GP2Y粉尘传感器 stm32f1 驱动代码
- 4.3寸TFT液晶屏资料及驱动代码
- lm386音频功放电路原理图与pcb
- AB类功放的制作原理图+PCB
- w25q16/w25x16驱动代码,使用cube库编写,
- 射频功率放大器ADS仿真
- linux 驱动程序开发冯国进代码
- 经典功放电路 pcb图 sch图
- DAC7311驱动代码
- ADS1118驱动代码
- TPA3110D2功放DIY
评论
共有 条评论