I forget where this is described.

But yes this is where tinyos is wiring into the actual interrupt vector. on
the h/w platform.

eric.

On Thu, Aug 20, 2009 at 2:35 PM, aldo <[email protected]> wrote:

> Hello All,
> Could anyone tell me the function of this implementation?
>
> implementation
> {
>   TOSH_SIGNAL(TIMERA0_VECTOR) { signal VectorTimerA0.fired(); }
>   TOSH_SIGNAL(TIMERA1_VECTOR) { signal VectorTimerA1.fired(); }
>   TOSH_SIGNAL(TIMERB0_VECTOR) { signal VectorTimerB0.fired(); }
>   TOSH_SIGNAL(TIMERB1_VECTOR) { signal VectorTimerB1.fired(); }
> }
>
> I deduce that when there is an interrupt request in any of TIMERxx_VECTOR
> interrupt vectors the VectorTimerxx.fired() will be activated... Is this
> correct?
>
> Thanks in advance.
>
> Aldo
>
> --
> aldo
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
Autonomous Systems Lab
Jack Baskin School of Engineering
UCSC
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to