Low Power and QTouch Demo for SAM4L.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
static bool | is_ps2_mode_supported_by_the_part (void) |
Check if PS2 mode is supported by the part. More... | |
int | main (void) |
Lower power and QTouch Demo for SAM4L entry point. More... | |
|
static |
Check if PS2 mode is supported by the part.
true | The part support PS2 mode. |
false | The part doesn't support PS2 mode. |
Referenced by main().
int main | ( | void | ) |
Lower power and QTouch Demo for SAM4L entry point.
References app_enter_sleep_mode(), app_init(), app_init_lowpower(), app_prime_number_run(), app_switch_power_scaling(), event_is_push_button_pressed(), event_qtouch_get_button_state(), event_qtouch_get_slider_state(), is_ps2_mode_supported_by_the_part(), touch_sensors_deinit(), touch_sensors_init(), touch_sensors_measure(), ui_bm_send_mcu_status(), ui_get_power_scaling_mcu_status(), ui_get_sleep_mode_mcu_status(), ui_lcd_refresh_alphanum(), ui_lcd_refresh_txt(), ui_set_power_scaling_mcu_status(), and ui_set_sleep_mode_mcu_status().