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> {
544544}
545545
546546impl Instance for TWIS0 {
547- #[ cfg( not( any( feature = "9160" , feature = "52810" ) ) ) ]
547+ #[ cfg( not( any( feature = "9160" , feature = "52810" , feature = "52811" ) ) ) ]
548548 const INTERRUPT : Interrupt = Interrupt :: SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0 ;
549549 #[ cfg( feature = "9160" ) ]
550550 const INTERRUPT : Interrupt = Interrupt :: UARTE0_SPIM0_SPIS0_TWIM0_TWIS0 ;
551551 #[ cfg( feature = "52810" ) ]
552552 const INTERRUPT : Interrupt = Interrupt :: TWIM0_TWIS0_TWI0 ;
553+ #[ cfg( feature = "52811" ) ]
554+ const INTERRUPT : Interrupt = Interrupt :: TWIM0_TWIS0_TWI0_SPIM0_SPIS0_SPI0 ;
553555}
554556
555557#[ cfg( any( feature = "52832" , feature = "52833" , feature = "52840" ) ) ]
You can’t perform that action at this time.
0 commit comments