Home
last modified time | relevance | path

Searched refs:BUTTON_CANCEL (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dmain.c34 BUTTON_CANCEL, enumerator
56 [BUTTON_CANCEL] = {.label = "C", .event = {.event_id = CANCEL_BUTTON, .operand = 'C'}},
122 buttons[BUTTON_CANCEL].label, in setup_display()