Nios® V Processor Software Developer Handbook

ID 743810
Date 5/26/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.1.1.50. alt_tick()

Prototype

void alt_tick (void)

Commonly Called By

Device drivers

Thread-safe

No.

Available from ISR

Yes.

Include

<sys/alt_alarm.h>

Description

Only the system clock driver may call the alt_tick() function. The driver is responsible for making periodic calls to this function at the rate specified in the call to alt_sysclk_init(). This function provides notification to the system that a system clock tick has occurred. This function runs as a part of the ISR for the system clock driver.

Return

--