_lwmsgq_send

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

_lwmsgq_send

Jump to solution
1,907 Views
Nouchi
Senior Contributor II

Hello,

 

I don't find informations about _lwmsgq_send function in Reference Manuals ou User Guide.

Is it possible to call this function from an ISR ?

 

Emmanuel.

0 Kudos
1 Solution
1,043 Views
EAI
Contributor IV
Yes, you can call it from an ISR, if you do not secify a blocking flag (LWMSGQ_SEND_BLOCK_ON_FULL, LWMSGQ_SEND_BLOCK_ON_SEND)

View solution in original post

0 Kudos
1 Reply
1,044 Views
EAI
Contributor IV
Yes, you can call it from an ISR, if you do not secify a blocking flag (LWMSGQ_SEND_BLOCK_ON_FULL, LWMSGQ_SEND_BLOCK_ON_SEND)
0 Kudos