Code Interface Report for Blinky

Table of Contents

Entry-Point Functions

Function: Blinky_initialize

Prototype void Blinky_initialize(void)
Description Initialization entry point of generated code
Timing Must be called exactly once
Arguments None
Return value None
Header file Blinky.h

Function: Blinky_step

Prototype void Blinky_step(void)
Description Output entry point of generated code
Timing Must be called periodically, every 0.25 seconds
Arguments None
Return value None
Header file Blinky.h

Function: Blinky_terminate

Prototype void Blinky_terminate(void)
Description Termination entry point of generated code
Timing Must be called exactly once
Arguments None
Return value None
Header file Blinky.h

Inports

No Inports in model.

Outports

Block Name Code Identifier Data Type Dimension
<Root>/Button Blinky_Y.Button boolean_T 1
<Root>/LED Blinky_Y.LED uint8_T 1

Interface Parameters

No interface/tunable parameters in model.

Data Stores

No data stores in the model; note that this report lists only data stores with non-auto storage class and global data stores