File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -544,12 +544,14 @@ pub trait Instance: sealed::Sealed + Deref<Target = twis0::RegisterBlock> {
544
544
}
545
545
546
546
impl Instance for TWIS0 {
547
- #[ cfg( not( any( feature = "9160" , feature = "52810" ) ) ) ]
547
+ #[ cfg( not( any( feature = "9160" , feature = "52810" , feature = "52811" ) ) ) ]
548
548
const INTERRUPT : Interrupt = Interrupt :: SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0 ;
549
549
#[ cfg( feature = "9160" ) ]
550
550
const INTERRUPT : Interrupt = Interrupt :: UARTE0_SPIM0_SPIS0_TWIM0_TWIS0 ;
551
551
#[ cfg( feature = "52810" ) ]
552
552
const INTERRUPT : Interrupt = Interrupt :: TWIM0_TWIS0_TWI0 ;
553
+ #[ cfg( feature = "52811" ) ]
554
+ const INTERRUPT : Interrupt = Interrupt :: TWIM0_TWIS0_TWI0_SPIM0_SPIS0_SPI0 ;
553
555
}
554
556
555
557
#[ cfg( any( feature = "52832" , feature = "52833" , feature = "52840" ) ) ]
You can’t perform that action at this time.
0 commit comments