| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_opamp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro 175 return (GetBit(*pCs, OPAMP_CS_CALOUT_MASK)) ? true : false; in OPAMP_IsCalOutHigh()
|
| A D | n32l43x_comp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_opamp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro 175 return (GetBit(*pCs, OPAMP_CS_CALOUT_MASK)) ? true : false; in OPAMP_IsCalOutHigh()
|
| A D | n32l40x_comp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_opamp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro 175 return (GetBit(*pCs, OPAMP_CS_CALOUT_MASK)) ? true : false; in OPAMP_IsCalOutHigh()
|
| A D | n32g43x_comp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_opamp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro 178 return (GetBit(*pCs, OPAMP_CS_CALOUT_MASK)) ? true : false; in OPAMP_IsCalOutHigh()
|
| A D | n32g45x_comp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_opamp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro 178 return (GetBit(*pCs, OPAMP_CS_CALOUT_MASK)) ? true : false; in OPAMP_IsCalOutHigh()
|
| A D | n32g45x_comp.c | 93 #define GetBit(reg, bit) ((reg) & (bit)) macro
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/ |
| A D | hc32l196_gpio.c | 134 return GetBit(((uint32_t)&M0P_GPIO->PAIN + enPort), enPin); in Gpio_GetInputIO() 179 return GetBit(((uint32_t)&M0P_GPIO->PAOUT + enPort), enPin); in Gpio_ReadOutputIO() 367 return GetBit((uint32_t)&M0P_GPIO->PA_STAT + enPort, enPin); in Gpio_GetIrqStatus()
|
| A D | hc32l196_lptim.c | 120 return GetBit((uint32_t)(&(Lptimx->IFR)), 0); in Lptim_GetItStatus()
|
| A D | hc32l196_rtc.c | 205 return GetBit((uint32_t)(&(M0P_RTC->CR1)), 4); in Rtc_GetAlmfItStatus() 244 return GetBit((uint32_t)(&(M0P_RTC->CR1)), 3); in Rtc_GetPridItStatus()
|
| A D | hc32l196_dac.c | 122 return GetBit((uint32_t)(&(M0P_DAC->SR)), 13); in Dac_GetITStatus()
|
| A D | hc32l196_ddl.c | 241 boolean_t GetBit(uint32_t addr, uint32_t offset) in GetBit() function
|
| A D | hc32l196_pcnt.c | 96 return GetBit((uint32_t)(&(M0P_PCNT->RUN)), 0); in Pcnt_Cmd()
|
| A D | hc32l196_pca.c | 359 if(GetBit((uint32_t)(&(M0P_PCA->CCON)), 6)==TRUE) in Pca_SetCnt() 381 return GetBit((uint32_t)(&(M0P_PCA->CCAPO)), Modulex); in Pca_GetOut()
|
| A D | hc32l196_sysctrl.c | 700 return GetBit((uint32_t)(&(M0P_SYSCTRL->PERI_CLKEN1)), enPeripheral); in Sysctrl_GetPeripheralGate() 706 return GetBit((uint32_t)(&(M0P_SYSCTRL->PERI_CLKEN0)), enPeripheral); in Sysctrl_GetPeripheralGate()
|
| A D | hc32l196_vc.c | 173 bFlag = GetBit((uint32_t)(&(M0P_VC->IFR)), Result); in Vc_GetItStatus()
|
| A D | hc32l196_uart.c | 258 bStatus = GetBit((uint32_t)(&(UARTx->ISR)), enStatus); in Uart_GetStatus()
|
| A D | hc32l196_lpuart.c | 280 bStatus = GetBit((uint32_t)(&(LPUARTx->ISR)), enStatus); in LPUart_GetStatus()
|
| A D | hc32l196_adt.c | 1296 return GetBit(((uint32_t)&ADTx->STFLR), enstate); in Adt_GetState()
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/ |
| A D | hc32l196_ddl.h | 164 boolean_t GetBit(uint32_t addr, uint32_t offset);
|