Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 25 of 29) sorted by relevance

12

/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/
A Daes.c85 config->opmode= AES_ECB_MODE; in aes_get_config_defaults()
169 module->opmode = config->opmode; in aes_set_config()
177 | (config->opmode << AES_CTRLA_AESMODE_Pos) in aes_set_config()
250 Assert(module->opmode != AES_ECB_MODE); in aes_write_init_vector()
276 if (module->opmode == AES_CFB_MODE in aes_write_input_data()
282 } else if (module->opmode == AES_CFB_MODE in aes_write_input_data()
314 if (module->opmode == AES_CFB_MODE in aes_read_output_data()
320 } else if (module->opmode == AES_CFB_MODE in aes_read_output_data()
A Daes.h261 enum aes_operation_mode opmode; member
282 enum aes_operation_mode opmode; member
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_timer.c33 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
104 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
123 if (HWTIMER_MODE_PERIOD == opmode) in nu_timer_start()
127 else if (HWTIMER_MODE_ONESHOT == opmode) in nu_timer_start()
/bsp/nuvoton/libraries/m031/rtt_port/
A Ddrv_timer.c34 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
105 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
124 if (HWTIMER_MODE_PERIOD == opmode) in nu_timer_start()
128 else if (HWTIMER_MODE_ONESHOT == opmode) in nu_timer_start()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_timer.c33 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
112 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
131 if (HWTIMER_MODE_PERIOD == opmode) in nu_timer_start()
135 else if (HWTIMER_MODE_ONESHOT == opmode) in nu_timer_start()
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_hwtimer.c101 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
104 RT_ASSERT(opmode != RT_NULL); in timer_start()
125 if (opmode == HWTIMER_MODE_ONESHOT) in timer_start()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_etimer.c56 static rt_err_t nu_etimer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
148 static rt_err_t nu_etimer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_etimer_start() argument
161 switch (opmode) in nu_etimer_start()
A Ddrv_timer.c58 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
151 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
164 switch (opmode) in nu_timer_start()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_etimer.c60 static rt_err_t nu_etimer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
162 static rt_err_t nu_etimer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_etimer_start() argument
175 switch (opmode) in nu_etimer_start()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_hwtimer.c43 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
53 match.StopOnMatch = (opmode == HWTIMER_MODE_ONESHOT) ? ENABLE : DISABLE; in timer_start()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_timer.c55 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
123 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
136 switch (opmode) in nu_timer_start()
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_timer.c80 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode);
172 static rt_err_t nu_timer_start(rt_hwtimer_t *timer, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in nu_timer_start() argument
185 switch (opmode) in nu_timer_start()
/bsp/w60x/drivers/
A Ddrv_hw_timer.c46 static rt_err_t wm_timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in wm_timer_start() argument
52 m = (opmode == HWTIMER_MODE_ONESHOT) ? 0 : 1; in wm_timer_start()
/bsp/cvitek/drivers/libraries/eth/
A Ddw_eth_mac.c255 dma_reg->opmode |= (CVI_FLUSHTXFIFO | CVI_STOREFORWARD); in designware_eth_init()
257 dma_reg->opmode |= CVI_FLUSHTXFIFO; in designware_eth_init()
260 dma_reg->opmode |= (CVI_RXSTART | CVI_TXSTART); in designware_eth_init()
261 dma_reg->opmode = 0x2202906; in designware_eth_init()
334 dma_reg->opmode &= ~(CVI_RXSTART | CVI_TXSTART); in designware_eth_stop()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_hwtimer.c168 …tic rt_err_t swm_timer_start(rt_hwtimer_t *timer_device, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in swm_timer_start() argument
175 if (opmode == HWTIMER_MODE_ONESHOT) in swm_timer_start()
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_hwtimer.c130 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
143 if (opmode != HWTIMER_MODE_PERIOD) in timer_start()
/bsp/nrf5x/libraries/drivers/
A Ddrv_hwtimer.c129 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
138 if (opmode == HWTIMER_MODE_ONESHOT) in timer_start()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_hwtimer.c119 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
132 if (opmode == HWTIMER_MODE_ONESHOT) in timer_start()
/bsp/renesas/libraries/HAL_Drivers/
A Ddrv_hwtimer.c73 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t pr, rt_hwtimer_mode_t opmode) in timer_start() argument
76 RT_ASSERT(opmode != RT_NULL); in timer_start()
/bsp/at32/libraries/rt_drivers/
A Ddrv_hwtimer.c244 static rt_err_t at32_timer_start(rt_hwtimer_t *timer, rt_uint32_t pr, rt_hwtimer_mode_t opmode) in at32_timer_start() argument
257 if (opmode == HWTIMER_MODE_ONESHOT) in at32_timer_start()
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_hwtimer.c158 static rt_err_t n32_timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in n32_timer_start() argument
171 if (opmode == HWTIMER_MODE_ONESHOT) in n32_timer_start()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_hwtimer.c346 …tic rt_err_t swm_timer_start(rt_hwtimer_t *timer_device, rt_uint32_t cnt, rt_hwtimer_mode_t opmode) in swm_timer_start() argument
353 if (opmode == HWTIMER_MODE_ONESHOT) in swm_timer_start()
/bsp/apm32/libraries/Drivers/
A Ddrv_hwtimer.c394 static rt_err_t apm32_hwtimer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in apm32_hwtimer_start() argument
408 if (opmode == HWTIMER_MODE_ONESHOT) in apm32_hwtimer_start()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_tim.c439 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument
453 if (opmode == HWTIMER_MODE_ONESHOT) in timer_start()
A Ddrv_lptim.c121 static rt_err_t timer_start(rt_hwtimer_t *timer, rt_uint32_t t, rt_hwtimer_mode_t opmode) in timer_start() argument

Completed in 42 milliseconds

12