Searched refs:BIT_0 (Results 1 – 5 of 5) sorted by relevance
85 if ((rpdl_IIC_slave_address_lower[0] & BIT_0) == 0) in Interrupt_IIC_ICEEI0()187 if ((rpdl_IIC_slave_address_lower[1] & BIT_0) == 0) in Interrupt_IIC_ICEEI1()596 if ((rpdl_IIC_slave_address_upper[0] & BIT_0) == 0) in Interrupt_IIC_ICTXI0()708 if ((rpdl_IIC_slave_address_upper[1] & BIT_0) == 0) in Interrupt_IIC_ICTXI1()
82 #define BIT_0 0x00000001ul macro
562 if(DevCfgRegs.SYSDBGCTL.bit.BIT_0 == 1) in InitSysPll()671 DevCfgRegs.SYSDBGCTL.bit.BIT_0 = 1; in InitSysPll()842 DevCfgRegs.SYSDBGCTL.bit.BIT_0 = 0; in InitSysPll()
291 uart->sci->SCR.BYTE = scr_copy & (BIT_0 | BIT_1 | BIT_3); in rx_configure()
904 Uint16 BIT_0:1; // 0 Used in PLL startup. Only reset by POR. member
Completed in 24 milliseconds