def setChipSelectActiveLow(self) -> None: """Configure the chip select line to be active low.""" hal.setSPIChipSelectActiveLow(self.port)