GeMRTOS
Functions
callbacks.tcl File Reference

Go to the source code of this file.

Function Documentation

◆ add_file_header()

add_file_header   fp  

Definition at line 140 of file callbacks.tcl.

◆ class_initialize()

class_initialize   args  

Definition at line 198 of file callbacks.tcl.

◆ class_validate()

class_validate   args  

Definition at line 206 of file callbacks.tcl.

◆ generate()

generate   args  

| * callback * | This is a callback proc set in the _sw.tcl file. | The callback is called from a context that maintains a reference to an | individual SOPC module instance, that uses the software element defined in | the _sw.tcl. | It is set using the command: 'set_sw_property initialization_callback generate' | | | | args 0 : module instance name | args 1 : path to the BSP directory | args 2 : driver sub directory |

Definition at line 45 of file callbacks.tcl.

◆ get_default_peripheral_preemption()

get_default_peripheral_preemption   driver_name  

Definition at line 251 of file callbacks.tcl.

◆ get_module_instance_list()

get_module_instance_list   driver_name  

Definition at line 246 of file callbacks.tcl.

◆ get_ril_max()

get_ril_max   vic_list  

Definition at line 286 of file callbacks.tcl.

◆ get_ril_min_max_list()

get_ril_min_max_list   driver_name module_list  

Definition at line 275 of file callbacks.tcl.

◆ initialize()

initialize   args  

| * callback * | This is a callback proc set in the _sw.tcl file. | The callback is called from a context that maintains a reference to an | individual SOPC module instance, that uses the software element defined in | the _sw.tcl. | It is set using the command: 'set_sw_property initialization_callback initialize' | | Initialize the default value for the following settings (per VIC instance): | - VEC_SIZE | - VEC_TBL_BASE | | args 0 : module instance name |

Definition at line 27 of file callbacks.tcl.

◆ initialize_default_per_intr_settings()

initialize_default_per_intr_settings   driver_name  

Definition at line 270 of file callbacks.tcl.

◆ sort_vic_order()

sort_vic_order   vic_list  

Definition at line 256 of file callbacks.tcl.

◆ sub_class_validate_linker_section()

sub_class_validate_linker_section   driver_name  

Definition at line 236 of file callbacks.tcl.

◆ sub_class_validate_preemption()

sub_class_validate_preemption   driver_name  

Definition at line 241 of file callbacks.tcl.

◆ sub_class_validate_ril()

sub_class_validate_ril   driver_name  

Definition at line 213 of file callbacks.tcl.

◆ sub_class_validate_rnmi()

sub_class_validate_rnmi   driver_name module_list  

Definition at line 229 of file callbacks.tcl.

◆ sub_class_validate_rrs()

sub_class_validate_rrs   driver_name  

Definition at line 219 of file callbacks.tcl.

◆ sub_class_validate_rrs_ril()

sub_class_validate_rrs_ril   driver_name module_list  

Definition at line 281 of file callbacks.tcl.

◆ sub_validate_vec_size()

sub_validate_vec_size   module_name  

Definition at line 132 of file callbacks.tcl.

◆ validate()

validate   args  

| * callback * | This is a callback proc set in the _sw.tcl file. | The callback is called from a context that maintains a reference to an | individual SOPC module instance, that uses the software element defined in | the _sw.tcl. | It is set using the command: 'set_sw_property initialization_callback validate' | | This callback validates the vector size, RIL, RRS and RNMI | | args 0 : module instance name |

Definition at line 127 of file callbacks.tcl.