Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/test/
A Dtest_fwk_macros.c80 result = FWK_ALIGN_PREVIOUS(value & 1, interval + 32); in test_fwk_macros_align_previous()
85 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()
90 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()
95 result = FWK_ALIGN_PREVIOUS(value, interval); in test_fwk_macros_align_previous()
/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c108 rounded_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in system_pll_set_rate()
116 rounded_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in system_pll_set_rate()
/SCP-firmware-master/framework/include/
A Dfwk_macros.h52 #define FWK_ALIGN_PREVIOUS(VALUE, INTERVAL) ( \ macro
/SCP-firmware-master/product/juno/module/juno_hdlcd/src/
A Dmod_juno_hdlcd.c75 (uint32_t)(FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step)); in round_rate()
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c280 rounded_down_rate = FWK_ALIGN_PREVIOUS(rate, ctx->config->min_step); in get_rounded_rate()

Completed in 7 milliseconds