Home
last modified time | relevance | path

Searched refs:selection (Results 1 – 25 of 35) sorted by relevance

12

/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_comp.c44 void COMP_DeInit(COMP_Selection_TypeDef selection) in COMP_DeInit() argument
46 *(vu32*)(COMP_BASE + selection) = 0; in COMP_DeInit()
69 *(vu32*)(COMP_BASE + selection) = init_struct->Invert | in COMP_Init()
113 (state) ? (*(vu32*)(COMP_BASE + selection) |= COMP_CSR_EN) : in COMP_Cmd()
114 (*(vu32*)(COMP_BASE + selection) &= ~COMP_CSR_EN); in COMP_Cmd()
147 (*(vu32*)(COMP_BASE + selection) |= COMP_CSR_COMPSW1) : in COMP_SwitchCmd()
148 (*(vu32*)(COMP_BASE + selection) &= ~COMP_CSR_COMPSW1); in COMP_SwitchCmd()
168 u32 COMP_GetOutputLevel(COMP_Selection_TypeDef selection) in COMP_GetOutputLevel() argument
170 return (((*(vu32*)(COMP_BASE + selection) & COMP_CSR_STA) != 0) ? in COMP_GetOutputLevel()
181 void COMP_LockConfig(COMP_Selection_TypeDef selection) in COMP_LockConfig() argument
[all …]
A Dhal_tim.c1721 static void TI1_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter) in TI1_Configure() argument
1723 MODIFY_REG(tim->CCMR1, TIM_CCMR1_CC1S | TIM_CCMR1_IC1F, (filter << 4) | selection); in TI1_Configure()
1743 static void TI2_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter) in TI2_Configure() argument
1745 MODIFY_REG(tim->CCMR1, TIM_CCMR1_CC2S | TIM_CCMR1_IC2F, (filter << 12) | (selection << 8)); in TI2_Configure()
1765 static void TI3_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter) in TI3_Configure() argument
1767 MODIFY_REG(tim->CCMR2, TIM_CCMR2_CC3S | TIM_CCMR2_IC3F, (filter << 4) | selection); in TI3_Configure()
1787 static void TI4_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter) in TI4_Configure() argument
1789 MODIFY_REG(tim->CCMR2, TIM_CCMR2_CC4S | TIM_CCMR2_IC4F, (filter << 12) | (selection << 8)); in TI4_Configure()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_comp.h207 void COMP_DeInit(COMP_Selection_TypeDef selection);
208 void COMP_Init(COMP_Selection_TypeDef selection, COMP_InitTypeDef* init_struct);
210 void COMP_Cmd(COMP_Selection_TypeDef selection, FunctionalState state);
211 void COMP_SwitchCmd(COMP_Selection_TypeDef selection, FunctionalState state);
212 void COMP_LockConfig(COMP_Selection_TypeDef selection);
214 u32 COMP_GetOutputLevel(COMP_Selection_TypeDef selection);
A Dhal_tim.h584 static void TI1_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter);
585 static void TI2_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter);
586 static void TI3_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter);
587 static void TI4_Configure(TIM_TypeDef* tim, u16 polarity, u16 selection, u16 filter);
/bsp/nuvoton/libraries/m480/rtt_port/
A DSConscript13 print ('Sorry, wrong selection.')
17 print ('Sorry, wrong selection.')
21 print ('Sorry, wrong selection.')
25 print ('Sorry, wrong selection.')
29 print ('Sorry, wrong selection.')
/bsp/nuvoton/libraries/m460/rtt_port/
A DSConscript16 print ('Sorry, wrong selection.')
20 print ('Sorry, wrong selection.')
24 print ('Sorry, wrong selection.')
28 print ('Sorry, wrong selection.')
32 print ('Sorry, wrong selection.')
/bsp/nuvoton/libraries/m2354/rtt_port/
A DSConscript13 print ('Sorry, wrong selection.')
17 print ('Sorry, wrong selection.')
/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/
A Dgfx_mono_spinctrl.c595 spinners->selection = gfx_mono_spinctrl_process_key(iterator, in gfx_mono_spinctrl_spincollection_process_key()
597 if (spinners->selection == GFX_MONO_SPINCTRL_EVENT_BACK) { in gfx_mono_spinctrl_spincollection_process_key()
600 } else if (spinners->selection != in gfx_mono_spinctrl_spincollection_process_key()
604 = spinners->selection; in gfx_mono_spinctrl_spincollection_process_key()
A Dgfx_mono_spinctrl.h219 uint16_t selection; member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_tmr.c256 TI1Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
261 TI2Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
266 TI3Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
271 TI4Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
342 ICConfig->selection = TMR_IC_SELECTION_DIRECT_TI; in TMR_ConfigICStructInit()
412 if (PWMConfig->selection == TMR_IC_SELECTION_DIRECT_TI) in TMR_ConfigPWM()
423 TI1Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
430 TI2Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_tmr.c284 TI1Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
289 TI2Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
294 TI3Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
299 TI4Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
370 ICConfig->selection = TMR_IC_SELECTION_DIRECT_TI; in TMR_ConfigICStructInit()
440 if (PWMConfig->selection == TMR_IC_SELECTION_DIRECT_TI) in TMR_ConfigPWM()
451 TI1Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
458 TI2Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_tmr.c283 TI1Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
288 TI2Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
293 TI3Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
298 TI4Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
369 ICConfig->selection = TMR_IC_SELECTION_DIRECT_TI; in TMR_ConfigICStructInit()
456 if (PWMConfig->selection == TMR_IC_SELECTION_DIRECT_TI) in TMR_ConfigPWM()
467 TI1Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
474 TI2Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_tmr.c1182 TI1Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
1187 TI2Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
1192 TI3Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
1197 TI4Config(tmr, ICConfig->polarity, ICConfig->selection, ICConfig->filter); in TMR_ConfigIC()
1213 ICConfig->selection = TMR_IC_SELECTION_DIRECT_TI; in TMR_ConfigICStructInit()
1241 if (PWMConfig->selection == TMR_IC_SELECTION_DIRECT_TI) in TMR_ConfigPWM()
1252 TI1Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
1259 TI2Config(tmr, PWMConfig->polarity, PWMConfig->selection, PWMConfig->filter); in TMR_ConfigPWM()
/bsp/hpmicro/hpm5300evk/board/debug_scripts/boards/
A Dhpm5300evk.cfg39 # [11:8] Connection selection
/bsp/hpmicro/hpm5301evklite/board/debug_scripts/openocd/boards/
A Dhpm5301evklite.cfg39 # [11:8] Connection selection
/bsp/hpmicro/hpm6e00evk/board/debug_scripts/openocd/boards/
A Dhpm6e00evk.cfg39 # [11:8] Connection selection
/bsp/microchip/same70/
A DREADME_zh.md42 …- One Analog Comparator Controller (ACC) with flexible input selection, selectable input hysteresis
A DREADME.md42 …- One Analog Comparator Controller (ACC) with flexible input selection, selectable input hysteresis
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_tmr.h540 TMR_IC_SELECTION_T selection; member
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_tmr.h539 TMR_IC_SELECTION_T selection; member
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_tmr.h550 TMR_IC_SELECTION_T selection; /*!< TMR Input capture selection */ member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_tmr.h540 TMR_IC_SELECTION_T selection; member
/bsp/renesas/ra6e2-fpb/
A Drasc_launcher.bat176 set ErrorMessage=Invalid selection
/bsp/microchip/saml10/
A DREADME.md52 - Embedded Buck/LDO regulator with on-the-fly selection
A DREADME_zh.md52 - Embedded Buck/LDO regulator with on-the-fly selection

Completed in 58 milliseconds

12