The isr_sem_send function increments the number of tokens in the semaphore object. The isr_sem_send function is in the RL-RTX library. The prototype is defined in rtl.h. Note - You must initialize the semaphore object using the os_sem_init function before you can perform any operation on the semaphore.
- You can call the isr_sem_send function only from IRQ interrupt functions and not from the FIQ interrupt function.
|