Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 37) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dsimple_idr.c105 dir->head->pre = tmp; in id_alloc()
124 (*cur)->pre = NULL; in id_alloc()
187 lu[i]->layer[id_index]->next->pre = lu[i]->layer[id_index]->pre; in id_free()
188 if (lu[i]->layer[id_index]->pre != NULL) in id_free()
189 lu[i]->layer[id_index]->pre->next = lu[i]->layer[id_index]->next; in id_free()
204 lu[0]->next->pre = lu[0]->pre; in id_free()
205 if (lu[0]->pre != NULL) in id_free()
206 lu[0]->pre->next = lu[0]->next; in id_free()
A Dsimple_idr.h31 struct id_layer *pre; member
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_hwtimer.c84 uint32_t pre; in timer_ctrl() local
87 pre = clk / *((uint32_t *)arg) - 1; in timer_ctrl()
88 tim->PR = pre; in timer_ctrl()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_etimer.c219 uint32_t pre; in nu_etimer_control() local
222 pre = clk / *((uint32_t *)args) - 1; in nu_etimer_control()
223 ETIMER_SET_PRESCALE_VALUE(psNuETmr->idx, pre); in nu_etimer_control()
224 *((uint32_t *)args) = clk / (pre + 1) ; in nu_etimer_control()
A Ddrv_timer.c222 uint32_t pre; in nu_timer_control() local
225 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
226 TIMER_SET_PRESCALE_VALUE(psNuTmr->idx, pre); in nu_timer_control()
227 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_etimer.c233 uint32_t pre; in nu_etimer_control() local
236 pre = clk / *((uint32_t *)args) - 1; in nu_etimer_control()
237 ETIMER_SET_PRESCALE_VALUE(psNuETmr->idx, pre); in nu_etimer_control()
238 *((uint32_t *)args) = clk / (pre + 1) ; in nu_etimer_control()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_timer.c194 uint32_t pre; in nu_timer_control() local
197 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
198 TIMER_SET_PRESCALE_VALUE(psNuTmr->base, pre); in nu_timer_control()
199 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/n32/libraries/n32_drivers/
A Ddrv_hwtimer.c171 uint32_t pre; in n32_hwtimer_control() local
186 pre = (clk / * ((uint32_t *)args)) - 1; in n32_hwtimer_control()
187 TIM_ConfigPrescaler(config->timer_periph, pre, TIM_PSC_RELOAD_MODE_IMMEDIATE); in n32_hwtimer_control()
247 uint32_t pre; in n32_hwtimer_init() local
266 pre = (clk / 10000) - 1; in n32_hwtimer_init()
269 TIM_TimeBaseStructure.Prescaler = pre; in n32_hwtimer_init()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_hwtimer.c65 uint32_t pre; in imxrt_hwtimer_control() local
67 pre = clk / *((uint32_t *)args) - 1; in imxrt_hwtimer_control()
68 GPT_SetClockDivider(hwtimer_dev, pre); in imxrt_hwtimer_control()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dblkpart.c24 struct blkpart *pblk, *pre; in blkpart_del_list() local
31 pblk = pre = blk_head; in blkpart_del_list()
32 for (pblk = blk_head; pblk; pre = pblk, pblk = pblk->next) in blkpart_del_list()
42 pre->next = pblk->next; in blkpart_del_list()
51 struct blkpart *pblk, *pre; in blkpart_add_list() local
61 pblk = pre = blk_head; in blkpart_add_list()
64 pre = pblk; in blkpart_add_list()
67 pre->next = blk; in blkpart_add_list()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_timer.c179 uint32_t pre; in nu_timer_control() local
182 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
183 TIMER_SET_PRESCALE_VALUE(nu_timer->timer_periph, pre); in nu_timer_control()
184 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/nxp/lpc/lpc55sxx/Libraries/drivers/
A Ddrv_hwtimer.c88 uint32_t pre; in lpc_ctimer_control() local
93 pre = clk / *((uint32_t *)args) - 1; in lpc_ctimer_control()
95 hwtimer_dev->PR = pre; in lpc_ctimer_control()
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_timer.c243 uint32_t pre; in nu_timer_control() local
246 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
247 TIMER_SET_PRESCALE_VALUE(psNuTmr->base, pre); in nu_timer_control()
248 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/nuvoton/libraries/m031/rtt_port/
A Ddrv_timer.c180 uint32_t pre; in nu_timer_control() local
183 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
184 TIMER_SET_PRESCALE_VALUE(nu_timer->timer_periph, pre); in nu_timer_control()
185 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/nxp/mcx/mcxa/Libraries/drivers/
A Ddrv_hwtimer.c111 uint32_t pre; in mcxa_ctimer_control() local
116 pre = clk / *((uint32_t *)args) - 1; in mcxa_ctimer_control()
118 hwtimer_dev->PR = pre; in mcxa_ctimer_control()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_timer.c187 uint32_t pre; in nu_timer_control() local
190 pre = clk / *((uint32_t *)args) - 1; in nu_timer_control()
191 TIMER_SET_PRESCALE_VALUE(nu_timer->timer_periph, pre); in nu_timer_control()
192 *((uint32_t *)args) = clk / (pre + 1) ; in nu_timer_control()
/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_hwtimer.c90 uint32_t pre; in gd32_hwtimer_control() local
105 pre = (clk / * ((uint32_t *)args)) - 1; in gd32_hwtimer_control()
106 TIMER_PSC(config->timer_periph) = (uint32_t)pre; in gd32_hwtimer_control()
/bsp/hpmicro/hpm6750evk/board/debug_scripts/openocd/soc/
A Dhpm6750-dual-core.cfg57 $_TARGET1 configure -event reset-deassert-pre {
/bsp/hpmicro/hpm6200evk/board/debug_scripts/openocd/soc/
A Dhpm6280-dual-core.cfg57 $_TARGET1 configure -event reset-deassert-pre {
/bsp/hpmicro/hpm6750evkmini/board/debug_scripts/openocd/soc/
A Dhpm6750-dual-core.cfg57 $_TARGET1 configure -event reset-deassert-pre {
/bsp/hpmicro/hpm6750evk2/board/debug_scripts/openocd/soc/
A Dhpm6750-dual-core.cfg64 $_TARGET1 configure -event reset-deassert-pre {
/bsp/hpmicro/hpm6e00evk/board/debug_scripts/openocd/soc/
A Dhpm6e80-dual-core.cfg50 $_TARGET1 configure -event reset-deassert-pre {
/bsp/nrf5x/libraries/cmsis/dsp/
A Dlicense.txt1 All pre-build libraries contained in the folders "ARM" and "GCC"
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/
A DREADME.md12 A [pre-built documentation](https://arm-software.github.io/CMSIS_5/develop/General/html/index.html)…
82 This GitHub development repository lacks pre-built libraries of various software components (RTOS, …
84 This causes some sort of inconvenience. Hence the pre-built libraries may be moved out into separat…
95 The bash script does not generate the documentation. The pre-built libraries for RTX4 and RTX5
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/CMSIS/
A DREADME.md12 A [pre-built documentation](https://arm-software.github.io/CMSIS_5/develop/General/html/index.html)…
82 This GitHub development repository lacks pre-built libraries of various software components (RTOS, …
84 This causes some sort of inconvenience. Hence the pre-built libraries may be moved out into separat…
95 The bash script does not generate the documentation. The pre-built libraries for RTX4 and RTX5

Completed in 49 milliseconds

12