Searched refs:IntMask (Results 1 – 11 of 11) sorted by relevance
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/ |
| A D | lib_ana.c | 68 uint8_t ANA_GetINTStatus(uint32_t IntMask) in ANA_GetINTStatus() argument 71 assert_parameters(IS_ANA_INTSTSR(IntMask)); in ANA_GetINTStatus() 73 if (ANA->INTSTS&IntMask) in ANA_GetINTStatus() 106 void ANA_ClearINTStatus(uint32_t IntMask) in ANA_ClearINTStatus() argument 109 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus() 111 ANA->INTSTS = IntMask; in ANA_ClearINTStatus() 140 void ANA_INTConfig(uint32_t IntMask, uint32_t NewState) in ANA_INTConfig() argument 145 assert_parameters(IS_ANA_INT(IntMask)); in ANA_INTConfig() 151 tmp |= IntMask; in ANA_INTConfig() 155 tmp &= ~IntMask; in ANA_INTConfig()
|
| A D | lib_flash.c | 56 void FLASH_INTConfig(uint32_t IntMask, uint32_t NewState) in FLASH_INTConfig() argument 61 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_INTConfig() 65 tmp &= ~IntMask; in FLASH_INTConfig() 68 tmp |= IntMask; in FLASH_INTConfig() 409 uint8_t FLASH_GetINTStatus(uint32_t IntMask) in FLASH_GetINTStatus() argument 412 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_GetINTStatus() 430 void FLASH_ClearINTStatus(uint32_t IntMask) in FLASH_ClearINTStatus() argument 433 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_ClearINTStatus() 435 if (IntMask == FLASH_INT_CS) in FLASH_ClearINTStatus()
|
| A D | lib_pwm.c | 264 uint8_t PWM_GetChannelINTStatus(PWM_Type *PWMx, uint32_t Channel, uint32_t IntMask) in PWM_GetChannelINTStatus() argument 269 assert_parameters(IS_PWM_INTFLAGR(IntMask)); in PWM_GetChannelINTStatus() 271 if (PWMx->CCTL[Channel] & IntMask) in PWM_GetChannelINTStatus() 293 void PWM_ClearChannelINTStatus(PWM_Type *PWMx, uint32_t Channel, uint32_t IntMask) in PWM_ClearChannelINTStatus() argument 300 assert_parameters(IS_PWM_INTFLAGC(IntMask)); in PWM_ClearChannelINTStatus() 304 tmp |= IntMask; in PWM_ClearChannelINTStatus()
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/ |
| A D | lib_ana.c | 61 uint8_t ANA_GetINTStatus(uint32_t IntMask) in ANA_GetINTStatus() argument 64 assert_parameters(IS_ANA_INTSTSR(IntMask)); in ANA_GetINTStatus() 66 if (ANA->INTSTS&IntMask) in ANA_GetINTStatus() 91 void ANA_ClearINTStatus(uint32_t IntMask) in ANA_ClearINTStatus() argument 94 assert_parameters(IS_ANA_INTSTSC(IntMask)); in ANA_ClearINTStatus() 96 ANA->INTSTS = IntMask; in ANA_ClearINTStatus() 116 void ANA_INTConfig(uint32_t IntMask, uint32_t NewState) in ANA_INTConfig() argument 121 assert_parameters(IS_ANA_INT(IntMask)); in ANA_INTConfig() 127 tmp |= IntMask; in ANA_INTConfig() 131 tmp &= ~IntMask; in ANA_INTConfig()
|
| A D | lib_flash.c | 55 void FLASH_INTConfig(uint32_t IntMask, uint32_t NewState) in FLASH_INTConfig() argument 60 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_INTConfig() 64 tmp &= ~IntMask; in FLASH_INTConfig() 67 tmp |= IntMask; in FLASH_INTConfig() 265 uint8_t FLASH_GetINTStatus(uint32_t IntMask) in FLASH_GetINTStatus() argument 268 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_GetINTStatus() 286 void FLASH_ClearINTStatus(uint32_t IntMask) in FLASH_ClearINTStatus() argument 289 assert_parameters(IS_FLASH_INT(IntMask)); in FLASH_ClearINTStatus() 291 if (IntMask == FLASH_INT_CS) in FLASH_ClearINTStatus()
|
| /bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/ |
| A D | lib_ana.h | 72 uint8_t ANA_GetINTStatus(uint32_t IntMask); 73 void ANA_ClearINTStatus(uint32_t IntMask); 74 void ANA_INTConfig(uint32_t IntMask, uint32_t NewState);
|
| A D | lib_flash.h | 54 void FLASH_INTConfig(uint32_t IntMask, uint32_t NewState); 64 uint8_t FLASH_GetINTStatus(uint32_t IntMask); 65 void FLASH_ClearINTStatus(uint32_t IntMask);
|
| /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/ |
| A D | lib_ana.h | 108 uint8_t ANA_GetINTStatus(uint32_t IntMask); 109 void ANA_ClearINTStatus(uint32_t IntMask); 110 void ANA_INTConfig(uint32_t IntMask, uint32_t NewState);
|
| A D | lib_flash.h | 135 void FLASH_INTConfig(uint32_t IntMask, uint32_t NewState); 150 uint8_t FLASH_GetINTStatus(uint32_t IntMask); 151 void FLASH_ClearINTStatus(uint32_t IntMask);
|
| A D | lib_pwm.h | 238 uint8_t PWM_GetChannelINTStatus(PWM_Type *PWMx, uint32_t Channel, uint32_t IntMask); 239 void PWM_ClearChannelINTStatus(PWM_Type *PWMx, uint32_t Channel, uint32_t IntMask);
|
| /bsp/mini4020/drivers/ |
| A D | sdcard.c | 113 static rt_err_t cmd_response(U16 Cmd, U32 Arg, U16 TransMode, U16 BlkLen, U16 Nob, U16 IntMask) in cmd_response() argument 125 *(RP)SDC_INTERRUPT_STATUS_MASK = IntMask; in cmd_response() 155 static rt_err_t cmd_wait(U16 Cmd, U32 Arg, U16 IntMask) in cmd_wait() argument 168 *(RP)SDC_INTERRUPT_STATUS_MASK = IntMask; in cmd_wait()
|
Completed in 20 milliseconds