Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 573:77c8ff191cd7
Preparations for third bank of Custom Functions
author | heinrichsweikamp |
---|---|
date | Sat, 21 Apr 2012 12:09:37 +0200 |
parents | 3a863016cb40 |
children | ab2686087bce |
comparison
equal
deleted
inserted
replaced
572:80a1d2d5a9ee | 573:77c8ff191cd7 |
---|---|
344 apnoe_secs res 1 ; single descent seconds for Apnoe mode | 344 apnoe_secs res 1 ; single descent seconds for Apnoe mode |
345 apnoe_max_pressure res 2 ; Max. Pressure in Apnoe mode | 345 apnoe_max_pressure res 2 ; Max. Pressure in Apnoe mode |
346 apnoe_timeout_counter res 1 ; counts minutes for apnoe timeout | 346 apnoe_timeout_counter res 1 ; counts minutes for apnoe timeout |
347 apnoe_surface_mins res 1 ; Surface interval mins for Apnoe mode | 347 apnoe_surface_mins res 1 ; Surface interval mins for Apnoe mode |
348 apnoe_surface_secs res 1 ; Surface interval secs for Apnoe mode | 348 apnoe_surface_secs res 1 ; Surface interval secs for Apnoe mode |
349 customfunction_temp1 res 1 ; start of custom function descriptors | 349 customfunction_temp1 res 1 ; used in GETCUSTOM8 and GETCUSTOM15 |
350 customfunction_temp2 res 1 ; used in GETCUSTOM8 and GETCUSTOM15 | |
351 | 350 |
352 decoplan_page res 1 ; used in PLED_MultiGF,... | 351 decoplan_page res 1 ; used in PLED_MultiGF,... |
353 temp10 res 2 ; used in customview | 352 temp10 res 2 ; used in customview |
354 | 353 |
355 fatal_error_code res 1 ; holds error code value | 354 fatal_error_code res 1 ; holds error code value |
535 #DEFINE uart_115200_bootloader flag12,1 ;=1: Look for 115200 Baud bootloader | 534 #DEFINE uart_115200_bootloader flag12,1 ;=1: Look for 115200 Baud bootloader |
536 #DEFINE debug_mode flag12,2 ;=1: Debugmode active | 535 #DEFINE debug_mode flag12,2 ;=1: Debugmode active |
537 #DEFINE neg_flag_isr flag12,3 ;=1: ISR Negative flag (Math) | 536 #DEFINE neg_flag_isr flag12,3 ;=1: ISR Negative flag (Math) |
538 #DEFINE select_bailoutgas flag12,4 ;=1: Select Bailout instead of Setpoint in Gaslist | 537 #DEFINE select_bailoutgas flag12,4 ;=1: Select Bailout instead of Setpoint in Gaslist |
539 #DEFINE FLAG_apnoe_mode flag12,5 ;=1: Apnoe mode selected | 538 #DEFINE FLAG_apnoe_mode flag12,5 ;=1: Apnoe mode selected |
540 #DEFINE customfunction_page flag12,6 ;=1: Use 2nd Page of Custom Functions | 539 ;#DEFINE unused flag12,6 ;=1: |
541 #DEFINE uart_send_int_eeprom2 flag12,7 ;=1: Send internal EEPROM BANK 1 | 540 #DEFINE uart_send_int_eeprom2 flag12,7 ;=1: Send internal EEPROM BANK 1 |
542 | 541 |
543 #DEFINE internal_eeprom_write2 flag13,0 ;=1: start routine to access internal EEPROM BANK 1 via the UART | 542 #DEFINE internal_eeprom_write2 flag13,0 ;=1: start routine to access internal EEPROM BANK 1 via the UART |
544 #DEFINE button_delay_done flag13,1 ;=1: Button was pressed for more then 500ms, start counting | 543 #DEFINE button_delay_done flag13,1 ;=1: Button was pressed for more then 500ms, start counting |
545 #DEFINE display_set_active flag13,2 ;=1: De/Activate gases underwater menu is visible | 544 #DEFINE display_set_active flag13,2 ;=1: De/Activate gases underwater menu is visible |