摘要:
epoll is a Linux kernel system call for a scalable I/O event notification mechanism, first introduced in version 2.5.44 of the Linux kernel mainline.[ 阅读全文
摘要:
HW MSM8917 PM8937 PMI8940 Question : Recently, I connect usb cable with 10V to the phone. Why does the phone still charging ? Why it not stop charging 阅读全文
摘要:
1 A12.3 Macro Definition and Expansion A control line of the form \ define identifier token sequence causes the preprocessor to replace subsequent ins 阅读全文
摘要:
Question : When you see the log "Flags mismatch irq ............", maybe you use the same irq number to register different interrupt handler . irq num 阅读全文
摘要:
formal parameter : [3.16] object declared as part of a function declaration or definition that acquires a value on entry to the function, Example : in 阅读全文
摘要:
What's pasting in above block ? It is often useful to merge two tokens into one while expanding macros. This is called token pasting or token concaten 阅读全文