consider this buggy code:

```python
return self.en & self.rw == TransferType.Read
```