Searched refs:InterruptIn (Results 1 – 5 of 5) sorted by relevance
26 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(InterruptIn) (void *void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() argument27 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()40 .free_cb = NAME_FOR_CLASS_NATIVE_DESTRUCTOR(InterruptIn)50 DECLARE_CLASS_FUNCTION(InterruptIn, rise) { in DECLARE_CLASS_FUNCTION() argument51 CHECK_ARGUMENT_COUNT(InterruptIn, rise, (args_count == 1)); in DECLARE_CLASS_FUNCTION()63 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()82 CHECK_ARGUMENT_TYPE_ALWAYS(InterruptIn, rise, 0, function); in DECLARE_CLASS_FUNCTION()92 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()115 DECLARE_CLASS_FUNCTION(InterruptIn, fall) { in DECLARE_CLASS_FUNCTION() argument116 CHECK_ARGUMENT_COUNT(InterruptIn, fall, (args_count == 1)); in DECLARE_CLASS_FUNCTION()[all …]
62 button = InterruptIn(BUTTON2);64 button = InterruptIn(SW2);66 button = InterruptIn(USER_BUTTON); 68 button = InterruptIn(BTN0);
20 DECLARE_CLASS_CONSTRUCTOR(InterruptIn);
37 REGISTER_CLASS_CONSTRUCTOR(InterruptIn); in DECLARE_JS_WRAPPER_REGISTRATION()
25 - [InterruptIn](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/InterruptIn/)