You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
669 B

$INCLUDE_FILE
(* GLOBALE TYPEN *)
(* PROJEKT TYPEN *)
(* GLOBALE PROTOTYPEN *)
FUNCTION_BLOCK NW_FlashWrite
VAR_INPUT
EN : BOOL;
W_FLASH_ADDR : WORD;
W_MEM_ADDR : WORD;
W_LEN : WORD;
END_VAR
VAR_OUTPUT
ENO : BOOL;
END_VAR
END_FUNCTION_BLOCK
FUNCTION_BLOCK NW_FlashRead
VAR_INPUT
EN : BOOL;
W_FLASH_ADDR : WORD;
W_MEM_ADDR : WORD;
W_LEN : WORD;
END_VAR
VAR_OUTPUT
ENO : BOOL;
END_VAR
END_FUNCTION_BLOCK
(* PROJEKT PROTOTYPEN *)
(* EXTERNE POEs *)
$END_INCLUDE_FILE