08 2023 档案
摘要:ethernet phy mdio c22 c45 linux系统读写PHY寄存器工具mdio 了解与MDIO MDC接口相关的clause22、clause45 了解与MDIO MDC接口相关的22号、45号条款 https://www.ieee802.org/3/efm/public/nov02
阅读全文
摘要:# linux gpio regulator reference: linux/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml ``` module_vdd: regulator-vdd { compatible =
阅读全文
摘要:# linux应用进程优先级配置 example: ``` #include int set_process_priority(void) { int pri; struct sched_param param; pri = sched_get_priority_min(SCHED_RR); if
阅读全文