![]() |
LibDriver SX1262
|
sx1262 register driver modules More...
Functions | |
| uint8_t | sx1262_set_fsk_whitening_initial_value (sx1262_handle_t *handle, uint16_t value) |
| set the whitening initial value in FSK mode | |
| uint8_t | sx1262_get_fsk_whitening_initial_value (sx1262_handle_t *handle, uint16_t *value) |
| get the whitening initial value in FSK mode | |
| uint8_t | sx1262_set_fsk_crc_initical_value (sx1262_handle_t *handle, uint16_t value) |
| set the crc initial value in FSK mode | |
| uint8_t | sx1262_get_fsk_crc_initical_value (sx1262_handle_t *handle, uint16_t *value) |
| get the crc initical value in FSK mode | |
| uint8_t | sx1262_set_fsk_crc_polynomial_value (sx1262_handle_t *handle, uint16_t value) |
| set the crc polynomial value in FSK mode | |
| uint8_t | sx1262_get_fsk_crc_polynomial_value (sx1262_handle_t *handle, uint16_t *value) |
| get the crc polynomial value in FSK mode | |
| uint8_t | sx1262_set_fsk_sync_word (sx1262_handle_t *handle, uint8_t sync_word[8]) |
| set the sync word in FSK mode | |
| uint8_t | sx1262_get_fsk_sync_word (sx1262_handle_t *handle, uint8_t sync_word[8]) |
| get the sync word in FSK mode | |
| uint8_t | sx1262_set_fsk_node_address (sx1262_handle_t *handle, uint8_t addr) |
| set the node address in FSK mode | |
| uint8_t | sx1262_get_fsk_node_address (sx1262_handle_t *handle, uint8_t *addr) |
| get the node address in FSK mode | |
| uint8_t | sx1262_set_fsk_broadcast_address (sx1262_handle_t *handle, uint8_t addr) |
| set the broadcast address in FSK mode | |
| uint8_t | sx1262_get_fsk_broadcast_address (sx1262_handle_t *handle, uint8_t *addr) |
| get the broadcast address in FSK mode | |
| uint8_t | sx1262_set_iq_polarity (sx1262_handle_t *handle, uint8_t setup) |
| set the iq polarity | |
| uint8_t | sx1262_get_iq_polarity (sx1262_handle_t *handle, uint8_t *setup) |
| get the iq polarity | |
| uint8_t | sx1262_set_lora_sync_word (sx1262_handle_t *handle, uint16_t sync_word) |
| set the lora sync word | |
| uint8_t | sx1262_get_lora_sync_word (sx1262_handle_t *handle, uint16_t *sync_word) |
| get the lora sync word | |
| uint8_t | sx1262_get_random_number (sx1262_handle_t *handle, uint32_t *r) |
| get the random number | |
| uint8_t | sx1262_set_tx_modulation (sx1262_handle_t *handle, uint8_t modulation) |
| set the tx modulation | |
| uint8_t | sx1262_get_tx_modulation (sx1262_handle_t *handle, uint8_t *modulation) |
| get the tx modulation | |
| uint8_t | sx1262_set_rx_gain (sx1262_handle_t *handle, uint8_t gain) |
| set the rx gain | |
| uint8_t | sx1262_get_rx_gain (sx1262_handle_t *handle, uint8_t *gain) |
| get the rx gain | |
| uint8_t | sx1262_set_tx_clamp_config (sx1262_handle_t *handle, uint8_t config) |
| set the tx clamp config | |
| uint8_t | sx1262_get_tx_clamp_config (sx1262_handle_t *handle, uint8_t *config) |
| get the tx clamp config | |
| uint8_t | sx1262_set_ocp (sx1262_handle_t *handle, uint8_t ocp) |
| set the ocp | |
| uint8_t | sx1262_get_ocp (sx1262_handle_t *handle, uint8_t *ocp) |
| get the ocp | |
| uint8_t | sx1262_set_rtc_control (sx1262_handle_t *handle, uint8_t control) |
| set the rtc control | |
| uint8_t | sx1262_get_rtc_control (sx1262_handle_t *handle, uint8_t *control) |
| get the rtc control | |
| uint8_t | sx1262_set_xta_trim (sx1262_handle_t *handle, uint8_t trim) |
| set the xta trim | |
| uint8_t | sx1262_get_xta_trim (sx1262_handle_t *handle, uint8_t *trim) |
| get the xta trim | |
| uint8_t | sx1262_set_xtb_trim (sx1262_handle_t *handle, uint8_t trim) |
| set the xtb trim | |
| uint8_t | sx1262_get_xtb_trim (sx1262_handle_t *handle, uint8_t *trim) |
| get the xtb trim | |
| uint8_t | sx1262_set_dio3_output_control (sx1262_handle_t *handle, uint8_t control) |
| set the dio3 output | |
| uint8_t | sx1262_get_dio3_output_control (sx1262_handle_t *handle, uint8_t *control) |
| get the dio3 output | |
| uint8_t | sx1262_set_event_mask (sx1262_handle_t *handle, uint8_t mask) |
| set the event mask | |
| uint8_t | sx1262_get_event_mask (sx1262_handle_t *handle, uint8_t *mask) |
| get the event mask | |
| uint8_t | sx1262_set_dio_output_enable (sx1262_handle_t *handle, uint8_t enable) |
| set the dio output enable | |
| uint8_t | sx1262_get_dio_output_enable (sx1262_handle_t *handle, uint8_t *enable) |
| get the dio output enable | |
| uint8_t | sx1262_set_dio_input_enable (sx1262_handle_t *handle, uint8_t enable) |
| set the dio input enable | |
| uint8_t | sx1262_get_dio_input_enable (sx1262_handle_t *handle, uint8_t *enable) |
| get the dio input enable | |
| uint8_t | sx1262_set_pull_up_control (sx1262_handle_t *handle, uint8_t control) |
| set the pull up control | |
| uint8_t | sx1262_get_pull_up_control (sx1262_handle_t *handle, uint8_t *control) |
| get the pull up control | |
| uint8_t | sx1262_set_pull_down_control (sx1262_handle_t *handle, uint8_t control) |
| set the pull down control | |
| uint8_t | sx1262_get_pull_down_control (sx1262_handle_t *handle, uint8_t *control) |
| get the pull down control | |
| uint8_t | sx1262_set_fhss_hopping_enable (sx1262_handle_t *handle, uint8_t enable) |
| set fhss hopping enable | |
| uint8_t | sx1262_get_fhss_hopping_enable (sx1262_handle_t *handle, uint8_t *enable) |
| get fhss hopping enable | |
| uint8_t | sx1262_set_fhss_packet_length (sx1262_handle_t *handle, uint8_t len) |
| set fhss packet length | |
| uint8_t | sx1262_get_fhss_packet_length (sx1262_handle_t *handle, uint8_t *len) |
| get fhss packet length | |
| uint8_t | sx1262_set_fhss_nb_hopping_blocks (sx1262_handle_t *handle, uint8_t n) |
| set fhss nb hopping blocks | |
| uint8_t | sx1262_get_fhss_nb_hopping_blocks (sx1262_handle_t *handle, uint8_t *n) |
| get fhss nb hopping blocks | |
| uint8_t | sx1262_set_fhss_symbols_freq0 (sx1262_handle_t *handle, uint16_t num) |
| set fhss freq0 symbols | |
| uint8_t | sx1262_get_fhss_symbols_freq0 (sx1262_handle_t *handle, uint16_t *num) |
| get fhss freq0 symbols | |
| uint8_t | sx1262_set_fhss_freq0 (sx1262_handle_t *handle, uint32_t freq) |
| set fhss freq0 | |
| uint8_t | sx1262_get_fhss_freq0 (sx1262_handle_t *handle, uint32_t *freq) |
| get fhss freq0 | |
| uint8_t | sx1262_set_fhss_symbols_freq15 (sx1262_handle_t *handle, uint16_t num) |
| set fhss freq15 symbols | |
| uint8_t | sx1262_get_fhss_symbols_freq15 (sx1262_handle_t *handle, uint16_t *num) |
| get fhss freq15 symbols | |
| uint8_t | sx1262_set_fhss_freq15 (sx1262_handle_t *handle, uint32_t freq) |
| set fhss freq15 | |
| uint8_t | sx1262_get_fhss_freq15 (sx1262_handle_t *handle, uint32_t *freq) |
| get fhss freq15 | |
sx1262 register driver modules
| uint8_t sx1262_get_dio3_output_control | ( | sx1262_handle_t * | handle, |
| uint8_t * | control ) |
get the dio3 output
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *control | pointer to a dio3 output control buffer |
Definition at line 5107 of file driver_sx1262.c.
| uint8_t sx1262_get_dio_input_enable | ( | sx1262_handle_t * | handle, |
| uint8_t * | enable ) |
get the dio input enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *enable | pointer to an enable settings buffer |
Definition at line 5371 of file driver_sx1262.c.
| uint8_t sx1262_get_dio_output_enable | ( | sx1262_handle_t * | handle, |
| uint8_t * | enable ) |
get the dio output enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *enable | pointer to an enable settings buffer |
Definition at line 5283 of file driver_sx1262.c.
| uint8_t sx1262_get_event_mask | ( | sx1262_handle_t * | handle, |
| uint8_t * | mask ) |
get the event mask
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *mask | pointer to an event mask buffer |
Definition at line 5195 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_freq0 | ( | sx1262_handle_t * | handle, |
| uint32_t * | freq ) |
get fhss freq0
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *freq | pointer to a freq buffer |
Definition at line 5997 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_freq15 | ( | sx1262_handle_t * | handle, |
| uint32_t * | freq ) |
get fhss freq15
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *freq | pointer to a freq buffer |
Definition at line 6186 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_hopping_enable | ( | sx1262_handle_t * | handle, |
| uint8_t * | enable ) |
get fhss hopping enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *enable | pointer to a bool value buffer |
Definition at line 5635 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_nb_hopping_blocks | ( | sx1262_handle_t * | handle, |
| uint8_t * | n ) |
get fhss nb hopping blocks
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *n | pointer to a blocks buffer |
Definition at line 5811 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_packet_length | ( | sx1262_handle_t * | handle, |
| uint8_t * | len ) |
get fhss packet length
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *len | pointer to a length buffer |
Definition at line 5723 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_symbols_freq0 | ( | sx1262_handle_t * | handle, |
| uint16_t * | num ) |
get fhss freq0 symbols
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *num | pointer to a symbols number buffer |
Definition at line 5902 of file driver_sx1262.c.
| uint8_t sx1262_get_fhss_symbols_freq15 | ( | sx1262_handle_t * | handle, |
| uint16_t * | num ) |
get fhss freq15 symbols
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *num | pointer to a number buffer |
Definition at line 6091 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_broadcast_address | ( | sx1262_handle_t * | handle, |
| uint8_t * | addr ) |
get the broadcast address in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *addr | pointer to a broadcast address buffer |
Definition at line 4175 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_crc_initical_value | ( | sx1262_handle_t * | handle, |
| uint16_t * | value ) |
get the crc initical value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *value | pointer to a value buffer |
Definition at line 3816 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_crc_polynomial_value | ( | sx1262_handle_t * | handle, |
| uint16_t * | value ) |
get the crc polynomial value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *value | pointer to a value buffer |
Definition at line 3909 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_node_address | ( | sx1262_handle_t * | handle, |
| uint8_t * | addr ) |
get the node address in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *addr | pointer to a node address buffer |
Definition at line 4087 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_sync_word | ( | sx1262_handle_t * | handle, |
| uint8_t | sync_word[8] ) |
get the sync word in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *sync_word | pointer to sync word buffer |
Definition at line 3999 of file driver_sx1262.c.
| uint8_t sx1262_get_fsk_whitening_initial_value | ( | sx1262_handle_t * | handle, |
| uint16_t * | value ) |
get the whitening initial value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *value | pointer to a value buffer |
Definition at line 3723 of file driver_sx1262.c.
| uint8_t sx1262_get_iq_polarity | ( | sx1262_handle_t * | handle, |
| uint8_t * | setup ) |
get the iq polarity
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *setup | pointer to a settings buffer |
Definition at line 4263 of file driver_sx1262.c.
| uint8_t sx1262_get_lora_sync_word | ( | sx1262_handle_t * | handle, |
| uint16_t * | sync_word ) |
get the lora sync word
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *sync_word | pointer to an sync word buffer |
Definition at line 4354 of file driver_sx1262.c.
| uint8_t sx1262_get_ocp | ( | sx1262_handle_t * | handle, |
| uint8_t * | ocp ) |
get the ocp
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *ocp | pointer to an over current protection level buffer |
Definition at line 4755 of file driver_sx1262.c.
| uint8_t sx1262_get_pull_down_control | ( | sx1262_handle_t * | handle, |
| uint8_t * | control ) |
get the pull down control
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *control | pointer to a pull down control buffer |
Definition at line 5547 of file driver_sx1262.c.
| uint8_t sx1262_get_pull_up_control | ( | sx1262_handle_t * | handle, |
| uint8_t * | control ) |
get the pull up control
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *control | pointer to a pull up control buffer |
Definition at line 5459 of file driver_sx1262.c.
| uint8_t sx1262_get_random_number | ( | sx1262_handle_t * | handle, |
| uint32_t * | r ) |
get the random number
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *r | pointer to a random number buffer |
Definition at line 4400 of file driver_sx1262.c.
| uint8_t sx1262_get_rtc_control | ( | sx1262_handle_t * | handle, |
| uint8_t * | control ) |
get the rtc control
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *control | pointer to an rtc control buffer |
Definition at line 4843 of file driver_sx1262.c.
| uint8_t sx1262_get_rx_gain | ( | sx1262_handle_t * | handle, |
| uint8_t * | gain ) |
get the rx gain
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *gain | pointer to an rx gain buffer |
Definition at line 4579 of file driver_sx1262.c.
| uint8_t sx1262_get_tx_clamp_config | ( | sx1262_handle_t * | handle, |
| uint8_t * | config ) |
get the tx clamp config
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *config | pointer to a tx clamp config buffer |
Definition at line 4667 of file driver_sx1262.c.
| uint8_t sx1262_get_tx_modulation | ( | sx1262_handle_t * | handle, |
| uint8_t * | modulation ) |
get the tx modulation
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *modulation | pointer to a tx modulation buffer |
Definition at line 4491 of file driver_sx1262.c.
| uint8_t sx1262_get_xta_trim | ( | sx1262_handle_t * | handle, |
| uint8_t * | trim ) |
get the xta trim
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *trim | pointer to an xta trim buffer |
Definition at line 4931 of file driver_sx1262.c.
| uint8_t sx1262_get_xtb_trim | ( | sx1262_handle_t * | handle, |
| uint8_t * | trim ) |
get the xtb trim
| [in] | *handle | pointer to an sx1262 handle structure |
| [out] | *trim | pointer to an xtb trim buffer |
Definition at line 5019 of file driver_sx1262.c.
| uint8_t sx1262_set_dio3_output_control | ( | sx1262_handle_t * | handle, |
| uint8_t | control ) |
set the dio3 output
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | control | dio3 output control |
Definition at line 5063 of file driver_sx1262.c.
| uint8_t sx1262_set_dio_input_enable | ( | sx1262_handle_t * | handle, |
| uint8_t | enable ) |
set the dio input enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | enable | enable settings |
Definition at line 5327 of file driver_sx1262.c.
| uint8_t sx1262_set_dio_output_enable | ( | sx1262_handle_t * | handle, |
| uint8_t | enable ) |
set the dio output enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | enable | enable settings |
Definition at line 5239 of file driver_sx1262.c.
| uint8_t sx1262_set_event_mask | ( | sx1262_handle_t * | handle, |
| uint8_t | mask ) |
set the event mask
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | mask | event mask |
Definition at line 5151 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_freq0 | ( | sx1262_handle_t * | handle, |
| uint32_t | freq ) |
set fhss freq0
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | freq | set freq |
Definition at line 5948 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_freq15 | ( | sx1262_handle_t * | handle, |
| uint32_t | freq ) |
set fhss freq15
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | freq | set freq |
Definition at line 6137 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_hopping_enable | ( | sx1262_handle_t * | handle, |
| uint8_t | enable ) |
set fhss hopping enable
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | enable | set params |
Definition at line 5591 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_nb_hopping_blocks | ( | sx1262_handle_t * | handle, |
| uint8_t | n ) |
set fhss nb hopping blocks
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | n | set blocks |
Definition at line 5767 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_packet_length | ( | sx1262_handle_t * | handle, |
| uint8_t | len ) |
set fhss packet length
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | len | set length |
Definition at line 5679 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_symbols_freq0 | ( | sx1262_handle_t * | handle, |
| uint16_t | num ) |
set fhss freq0 symbols
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | num | set symbols number |
Definition at line 5855 of file driver_sx1262.c.
| uint8_t sx1262_set_fhss_symbols_freq15 | ( | sx1262_handle_t * | handle, |
| uint16_t | num ) |
set fhss freq15 symbols
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | num | set symbols number |
Definition at line 6044 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_broadcast_address | ( | sx1262_handle_t * | handle, |
| uint8_t | addr ) |
set the broadcast address in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | addr | broadcast address |
Definition at line 4131 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_crc_initical_value | ( | sx1262_handle_t * | handle, |
| uint16_t | value ) |
set the crc initial value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | value | set value |
Definition at line 3769 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_crc_polynomial_value | ( | sx1262_handle_t * | handle, |
| uint16_t | value ) |
set the crc polynomial value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | value | set value |
Definition at line 3862 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_node_address | ( | sx1262_handle_t * | handle, |
| uint8_t | addr ) |
set the node address in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | addr | node address |
Definition at line 4043 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_sync_word | ( | sx1262_handle_t * | handle, |
| uint8_t | sync_word[8] ) |
set the sync word in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | *sync_word | pointer to sync word buffer |
Definition at line 3955 of file driver_sx1262.c.
| uint8_t sx1262_set_fsk_whitening_initial_value | ( | sx1262_handle_t * | handle, |
| uint16_t | value ) |
set the whitening initial value in FSK mode
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | value | set value |
Definition at line 3676 of file driver_sx1262.c.
| uint8_t sx1262_set_iq_polarity | ( | sx1262_handle_t * | handle, |
| uint8_t | setup ) |
set the iq polarity
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | setup | settings |
Definition at line 4219 of file driver_sx1262.c.
| uint8_t sx1262_set_lora_sync_word | ( | sx1262_handle_t * | handle, |
| uint16_t | sync_word ) |
set the lora sync word
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | sync_word | sync word |
Definition at line 4307 of file driver_sx1262.c.
| uint8_t sx1262_set_ocp | ( | sx1262_handle_t * | handle, |
| uint8_t | ocp ) |
set the ocp
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | ocp | over current protection level |
Definition at line 4711 of file driver_sx1262.c.
| uint8_t sx1262_set_pull_down_control | ( | sx1262_handle_t * | handle, |
| uint8_t | control ) |
set the pull down control
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | control | pull down control |
Definition at line 5503 of file driver_sx1262.c.
| uint8_t sx1262_set_pull_up_control | ( | sx1262_handle_t * | handle, |
| uint8_t | control ) |
set the pull up control
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | control | pull up control |
Definition at line 5415 of file driver_sx1262.c.
| uint8_t sx1262_set_rtc_control | ( | sx1262_handle_t * | handle, |
| uint8_t | control ) |
set the rtc control
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | control | rtc control |
Definition at line 4799 of file driver_sx1262.c.
| uint8_t sx1262_set_rx_gain | ( | sx1262_handle_t * | handle, |
| uint8_t | gain ) |
set the rx gain
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | gain | rx gain |
Definition at line 4535 of file driver_sx1262.c.
| uint8_t sx1262_set_tx_clamp_config | ( | sx1262_handle_t * | handle, |
| uint8_t | config ) |
set the tx clamp config
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | config | tx clamp config |
Definition at line 4623 of file driver_sx1262.c.
| uint8_t sx1262_set_tx_modulation | ( | sx1262_handle_t * | handle, |
| uint8_t | modulation ) |
set the tx modulation
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | modulation | tx modulation |
Definition at line 4447 of file driver_sx1262.c.
| uint8_t sx1262_set_xta_trim | ( | sx1262_handle_t * | handle, |
| uint8_t | trim ) |
set the xta trim
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | trim | xta trim |
Definition at line 4887 of file driver_sx1262.c.
| uint8_t sx1262_set_xtb_trim | ( | sx1262_handle_t * | handle, |
| uint8_t | trim ) |
set the xtb trim
| [in] | *handle | pointer to an sx1262 handle structure |
| [in] | trim | xtb trim |
Definition at line 4975 of file driver_sx1262.c.