Lines Matching +full:standby +full:- +full:gpios
5 * SPDX-License-Identifier: Apache-2.0
108 * Those macros must be in sync with 'power-amplifier-output' dts property.
125 BUILD_ASSERT(0, "None of rfo-enable-gpios, pa-boost-enable-gpios and "
126 "power-amplifier-output has been specified. "
127 "Look at semtech,sx127x-base.yaml to fix that.");
334 int dio = work - dev_data.dio_work; in sx127x_dio_work_handle()
344 pin = find_lsb_set(pins) - 1; in sx127x_irq_callback()
359 /* Setup DIO gpios */ in SX127xIoIrqInit()
367 sx127x_dios[i].port->name); in SX127xIoIrqInit()
469 pa_config |= (power - 5) & SX127X_PACONFIG_OUTPUTPOWER_MASK; in SX127xSetRfTxPower()
472 pa_config |= (power - 2) & SX127X_PACONFIG_OUTPUTPOWER_MASK; in SX127xSetRfTxPower()
476 power = clamp_int8(power, -4, 15); in SX127xSetRfTxPower()
480 /* Set the power range to 0 -- 10.8+0.6*7 dBm */ in SX127xSetRfTxPower()
484 /* Set the power range to -4.2 -- 10.8+0.6*0 dBm */ in SX127xSetRfTxPower()
488 power = clamp_int8(power, -1, 14); in SX127xSetRfTxPower()
538 .Standby = SX127xSetStby,
587 return -ENODEV; in sx127x_lora_init()
608 return -EIO; in sx127x_lora_init()
616 return -EIO; in sx127x_lora_init()