HPLCC2420M.nc - Telos / OpenZB stack

(\tinyos-1.x\contrib\hurray\tos\platform\telos\)

                                    In green boxes are the functions implemented from HPLCC2420InterruptM.nc and important interface MSP430Interrupt

                                    as FIFOInterrupt.

                                    In yellow box is small part of function in MSP430InterruptM, function *.edge(low_to_high) sets whether the edge should be

                                    high to low or low to high, variable low_to_high (bool) is TRUE if the interrupt should be triggered on a low to high edge

                                    transition, FALSE for interrupts on a high to low transition. Our choice low_to_high=0.

                                    Yellow underlined signal is assumed from comparison with implementation of MicaZ.

Back