6 HAL System Driver

  • 29 Replies
  • 1011 Views
*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #16 on: June 27, 2022, 10:00:04 am »
          HAL_ResumeTick
Function name
          void HAL_ResumeTick (void )
Function description
          กลับคืนมาทำงานต่อ Tick increment.
Return values
          •  None:
Notes
          •   ในการจัดให้มีใช้โดยเริ่มต้น, SysTick timer เป็น the source of time base. มันถูกใช้เพื่อสร้าง interrupts ในคาบเวลาที่
               คงที่. ทันทีที่ HAL_ResumeTick() ถูกเรียก, the SysTick interrupt จะถูกเปิดใช้งานและดังนั้น Tick increment ถูกกลับ
               คืนมาทำงานต่อ.
          •   ฟังชั่นนี้ถูกประกาศเป็น __weak ที่จะถูกเขียนทับในกรณีของการจัดให้มีใช้อื่นใน user file.

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #17 on: June 27, 2022, 10:16:41 am »


*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #18 on: June 27, 2022, 10:19:26 am »

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #19 on: June 27, 2022, 10:21:00 am »

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #20 on: June 27, 2022, 10:23:34 am »

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #21 on: June 27, 2022, 10:25:28 am »

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #22 on: June 27, 2022, 10:27:04 am »

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: 6 HAL System Driver
« Reply #23 on: June 27, 2022, 10:35:15 am »