Home
last modified time | relevance | path

Searched refs:parent_id (Results 1 – 5 of 5) sorted by relevance

/SCP-firmware-master/module/clock/src/
A Dclock_tree_management.c154 if (fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE)) { in clock_management_process_state()
173 target_id = ctx->parent_id; in clock_management_process_state()
204 if (!fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE)) { in clock_management_process_state()
206 event_params, ctx->parent_id); in clock_management_process_state()
227 if (!fwk_id_is_equal(event->source_id, ctx->parent_id)) { in clock_management_process_state()
257 status = clk_mgmt_send_event_set(event_params, ctx->parent_id); in clock_management_process_state()
310 return fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE) && in clock_is_single_node()
325 if (!fwk_optional_id_is_defined(clk->config->parent_id)) { in clock_connect_tree()
326 clk->parent_id = FWK_ID_NONE; in clock_connect_tree()
330 clk->parent_id = clk->config->parent_id; in clock_connect_tree()
[all …]
A Dclock.h49 fwk_id_t parent_id; member
/SCP-firmware-master/framework/test/
A Dtest_fwk_id_build.c84 fwk_id_t parent_id = fwk_id_build_module_id(id); in test_module_from_module() local
86 assert(parent_id.common.type == __FWK_ID_TYPE_MODULE); in test_module_from_module()
87 assert(parent_id.common.module_idx == 42); in test_module_from_module()
95 fwk_id_t parent_id = fwk_id_build_module_id(id); in test_module_from_element() local
97 assert(parent_id.common.type == __FWK_ID_TYPE_MODULE); in test_module_from_element()
98 assert(parent_id.common.module_idx == 42); in test_module_from_element()
/SCP-firmware-master/module/clock/doc/
A Dclock_management_framework.md256 ```BS_FIRMWARE_HAS_CLOCK_TREE_MGMT``` should be set and ```parent_id```
276 .parent_id =
285 .parent_id =
294 .parent_id =
/SCP-firmware-master/module/clock/include/
A Dmod_clock.h201 fwk_optional_id_t parent_id; member

Completed in 6 milliseconds