Searched refs:IR_RX_CONFIG (Results 1 – 2 of 2) sorted by relevance
88 IRx->IR_RX_CONFIG = (IR_InitStruct->IR_RxStartMode) | \ in IR_Init()143 IRx->IR_RX_CONFIG |= IR_RX_START; in IR_Cmd()149 IRx->IR_RX_CONFIG &= ~IR_RX_START; in IR_Cmd()242 IRx->IR_RX_CONFIG |= IR_INT; in IR_INTConfig()244 IRx->IR_RX_CONFIG &= ~IR_INT; in IR_INTConfig()280 IRx->IR_RX_CONFIG |= IR_INT; in IR_MaskINTConfig()282 IRx->IR_RX_CONFIG &= ~IR_INT; in IR_MaskINTConfig()324 mask = IRx->IR_RX_CONFIG & IR_RX_INT_ALL_MASK; in IR_GetIMR()414 Rx_config = IRx->IR_RX_CONFIG; in IR_SetRxThreshold()417 IRx->IR_RX_CONFIG = Rx_config; in IR_SetRxThreshold()[all …]
717 __IO u32 IR_RX_CONFIG; /*!< IR RX config register, Address offset: 0x18 */ member
Completed in 13 milliseconds