07:10:37

マスコミは喜んでニコニコ叩くんだろうな。カドカワではなく。

07:08:39
2024-07-03 00:28:52 埼玉ギャル(お局のすがた)の投稿 sota_n@social.mikutter.hachune.net

このアカウントは、notestockで公開設定になっていません。

07:08:37
2024-07-03 00:27:59 埼玉ギャル(お局のすがた)の投稿 sota_n@social.mikutter.hachune.net

このアカウントは、notestockで公開設定になっていません。

07:08:35
2024-07-03 00:25:22 負けヒロイン@がんばらないの投稿 kelvin27315@mstdn.maud.io

このアカウントは、notestockで公開設定になっていません。

21:51:24

axp803 dcdc2~6,dldo2
axp806 dcdca, dcdcc, dcdcd, cldo2
axp809 dcdc4
まずは資料を集めるところからか

21:12:00

axppmic.c
const struct axppmic_regdata axp809_regdata[] = {
//snip
{ "dcdc4", 0x10, (1 << 4), (1 << 4), (0 << 4),
0x24, 0x3f, 600000, 20000, 1800000, 100000 },

axp809.c
int axp_set_dcdc4(unsigned int mvolt)
{
int ret;
u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20);

if (mvolt >= 1540)
cfg = 0x30 + axp809_mvolt_to_cfg(mvolt, 1800, 2600, 100);