Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. λ: [f103, f405, f767, g474] <- askSVDs ["F103", "F405", "F767", "G474"]
  2. Loading cached SVDs from /tmp/data_stm32_svd_cache
  3. Loading cached CubeMX database from /tmp/data_stm32_cmx_cache
  4.  
  5. λ: diffRegisterNames "USART" f767 g474
  6. [ Both "BRR" "BRR"
  7. , Both "CR1" "CR1"
  8. , Both "CR2" "CR2"
  9. , Both "CR3" "CR3"
  10. , Both "GTPR" "GTPR"
  11. , Both "ICR" "ICR"
  12. , Both "ISR" "ISR"
  13. , Second "PRESC"
  14. , Both "RDR" "RDR"
  15. , Both "RQR" "RQR"
  16. , Both "RTOR" "RTOR"
  17. , Both "TDR" "TDR"
  18. ]
  19.  
  20. λ: diffRegisterNames "USART" f767 f405
  21. [ Both "BRR" "BRR"
  22. , Both "CR1" "CR1"
  23. , Both "CR2" "CR2"
  24. , Both "CR3" "CR3"
  25. , Second "DR"
  26. , Both "GTPR" "GTPR"
  27. , First "ICR"
  28. , First "ISR"
  29. , First "RDR"
  30. , First "RQR"
  31. , First "RTOR"
  32. , First "TDR"
  33. , Second "SR"
  34.  
  35. λ: diffRegisterNames "USART" f103 f405
  36. [ Both "BRR" "BRR"
  37. , Both "CR1" "CR1"
  38. , Both "CR2" "CR2"
  39. , Both "CR3" "CR3"
  40. , Both "DR" "DR"
  41. , Both "GTPR" "GTPR"
  42. , Both "SR" "SR"
  43. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement