nvic.c.069i.profile_estimate 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Histogram:
  2. NVIC_SetPriority (uint8 IRQn, uint8 priority)
  3. {
  4. long unsigned int _1;
  5. long unsigned int _2;
  6. long unsigned int _3;
  7. unsigned char _4;
  8. <bb 2> [local count: 1073741824]:
  9. # DEBUG BEGIN_STMT
  10. # DEBUG shift => 4
  11. # DEBUG BEGIN_STMT
  12. _1 = (long unsigned int) priority_5(D);
  13. _2 = _1 << 4;
  14. _3 = (long unsigned int) IRQn_6(D);
  15. _4 = (unsigned char) _2;
  16. MEM[(struct S32_NVIC_Type *)3758153984B].IP[_3] ={v} _4;
  17. return;
  18. }
  19. NVIC_DisableIRQ (uint8 IRQn)
  20. {
  21. long unsigned int _1;
  22. unsigned char _2;
  23. unsigned char _3;
  24. long unsigned int _4;
  25. long unsigned int _5;
  26. <bb 2> [local count: 1073741824]:
  27. # DEBUG BEGIN_STMT
  28. _2 = IRQn_6(D) & 31;
  29. _1 = (long unsigned int) _2;
  30. _3 = IRQn_6(D) >> 5;
  31. _4 = (long unsigned int) _3;
  32. _5 = 1 << _1;
  33. MEM[(struct S32_NVIC_Type *)3758153984B].ICER[_4] ={v} _5;
  34. return;
  35. }
  36. NVIC_EnableIRQ (uint8 IRQn)
  37. {
  38. long unsigned int _1;
  39. unsigned char _2;
  40. unsigned char _3;
  41. long unsigned int _4;
  42. long unsigned int _5;
  43. <bb 2> [local count: 1073741824]:
  44. # DEBUG BEGIN_STMT
  45. _2 = IRQn_6(D) & 31;
  46. _1 = (long unsigned int) _2;
  47. _3 = IRQn_6(D) >> 5;
  48. _4 = (long unsigned int) _3;
  49. _5 = 1 << _1;
  50. MEM[(struct S32_NVIC_Type *)3758153984B].ISER[_4] ={v} _5;
  51. return;
  52. }
  53. NVIC_SetPriorityGrouping (uint32 PriorityGroup)
  54. {
  55. long unsigned int _1;
  56. long unsigned int _2;
  57. long unsigned int _3;
  58. <bb 2> [local count: 1073741824]:
  59. # DEBUG BEGIN_STMT
  60. _1 ={v} MEM[(struct S32_SCB_Type *)3758153728B].AIRCR;
  61. _2 = _1 & 4294965503;
  62. _3 = _2 | PriorityGroup_5(D);
  63. MEM[(struct S32_SCB_Type *)3758153728B].AIRCR ={v} _3;
  64. return;
  65. }