| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/ |
| D | main.c | 166 NRFX_LOG_INFO("................................"); in drone_reg_print() 167 NRFX_LOG_INFO("DRONE REGISTERS: DEC\t| HEX"); in drone_reg_print() 168 NRFX_LOG_INFO("drone_idx: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ID], in drone_reg_print() 170 NRFX_LOG_INFO("drone_mass: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_MASS], in drone_reg_print() 172 NRFX_LOG_INFO("x_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_X], in drone_reg_print() 174 NRFX_LOG_INFO("y_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_Y], in drone_reg_print() 176 NRFX_LOG_INFO("z_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_Z], in drone_reg_print() 178 NRFX_LOG_INFO("x_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_X], in drone_reg_print() 180 NRFX_LOG_INFO("y_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_Y], in drone_reg_print() 182 NRFX_LOG_INFO("z_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_Z], in drone_reg_print() [all …]
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/ |
| D | main.c | 164 NRFX_LOG_INFO("................................"); in drone_reg_print() 165 NRFX_LOG_INFO("DRONE REGISTERS: DEC\t| HEX"); in drone_reg_print() 166 NRFX_LOG_INFO("drone_idx: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ID], in drone_reg_print() 168 NRFX_LOG_INFO("drone_mass: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_MASS], in drone_reg_print() 170 NRFX_LOG_INFO("x_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_X], in drone_reg_print() 172 NRFX_LOG_INFO("y_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_Y], in drone_reg_print() 174 NRFX_LOG_INFO("z_force: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_FORCE_Z], in drone_reg_print() 176 NRFX_LOG_INFO("x_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_X], in drone_reg_print() 178 NRFX_LOG_INFO("y_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_Y], in drone_reg_print() 180 NRFX_LOG_INFO("z_acceleration: %d \t| 0x%X", p_drone_regs->bytes[DRONE_REG_ACC_Z], in drone_reg_print() [all …]
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/ |
| D | main.c | 121 NRFX_LOG_INFO("--> Master event: done - transfer completed"); in twim_handler() 134 NRFX_LOG_INFO("Content of master RX buffer: %s", m_rx_buffer_master); in twim_handler() 139 NRFX_LOG_INFO("--> MASTER handler, event: %d.", p_event->type); in twim_handler() 156 NRFX_LOG_INFO("--> Slave event: write done."); in twis_handler() 160 NRFX_LOG_INFO("--> Slave event: read done."); in twis_handler() 166 NRFX_LOG_INFO("--> Slave event: write request"); in twis_handler() 172 NRFX_LOG_INFO("--> Slave event: read request"); in twis_handler() 176 NRFX_LOG_INFO("--> SLAVE event: %d.", p_event->type); in twis_handler() 200 NRFX_LOG_INFO("Starting nrfx_twim_twis non-blocking example."); in main() 216 NRFX_LOG_INFO("Message to send: %s", m_tx_buffer_master); in main() [all …]
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_timer/counter/ |
| D | main.c | 100 NRFX_LOG_INFO("Timer: %u", timer_val); in timer_handler() 110 NRFX_LOG_INFO("Counter finished"); in timer_handler() 133 NRFX_LOG_INFO("Starting nrfx_timer basic counter example."); in main() 156 NRFX_LOG_INFO("Time between timer ticks: %lu ms", TIME_TO_WAIT_MS); in main() 177 NRFX_LOG_INFO("Timer status: %s", in main() 179 NRFX_LOG_INFO("Counter status: %s", in main() 190 NRFX_LOG_INFO("Counter: %u / %lu", timer_c_curr_val, COUNTER_MAX_VAL); in main() 197 NRFX_LOG_INFO("Timer status: %s", in main() 199 NRFX_LOG_INFO("Counter status: %s", in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/ |
| D | main.c | 106 NRFX_LOG_INFO("................................"); in rx_buffers_print() 107 NRFX_LOG_INFO("RX buffer1 - addr: %p | content: %s", p_rx_buff->buff_1, p_rx_buff->buff_1); in rx_buffers_print() 108 NRFX_LOG_INFO("RX buffer2 - addr: %p | content: %s", p_rx_buff->buff_2, p_rx_buff->buff_2); in rx_buffers_print() 109 NRFX_LOG_INFO("RX buffer3 - addr: %p | content: %s", p_rx_buff->buff_3, p_rx_buff->buff_3); in rx_buffers_print() 110 NRFX_LOG_INFO("................................"); in rx_buffers_print() 149 NRFX_LOG_INFO("--> TX done"); in uarte_handler() 150 NRFX_LOG_INFO("--> Bytes transfered: %u", p_event->data.tx.length); in uarte_handler() 172 NRFX_LOG_INFO("Starting nrfx_uarte RX double-buffered example."); in main() 185 NRFX_LOG_INFO("Content of TX buffer: %s", m_tx_buffer); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/ |
| D | main.c | 138 NRFX_LOG_INFO("Starting nrfx_saadc simple blocking example."); in main() 147 NRFX_LOG_INFO("GPIOTE status: %s", in main() 163 NRFX_LOG_INFO("Single channel SAADC test."); in main() 188 NRFX_LOG_INFO("Calibration in the blocking manner finished successfully."); in main() 190 NRFX_LOG_INFO("Sampling %d / %d", sampling_index, SAMPLING_ITERATIONS); in main() 196 NRFX_LOG_INFO("[CHANNEL %u] Sampled value == %d", in main() 208 NRFX_LOG_INFO("Multiple channels SAADC test."); in main() 236 NRFX_LOG_INFO("Calibration in the blocking manner finished successfully."); in main() 238 NRFX_LOG_INFO("Sampling %d / %d", sampling_index, SAMPLING_ITERATIONS); in main() 246 NRFX_LOG_INFO("[CHANNEL %u] Sampled value == %d", in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
| D | main.c | 141 NRFX_LOG_INFO("SAADC event: CALIBRATEDONE"); in saadc_handler() 148 NRFX_LOG_INFO("SAADC event: READY"); in saadc_handler() 152 NRFX_LOG_INFO("SAADC event: BUF_REQ"); in saadc_handler() 164 NRFX_LOG_INFO("SAADC event: DONE"); in saadc_handler() 165 NRFX_LOG_INFO("Sample buffer address == %p", p_event->data.done.p_buffer); in saadc_handler() 170 NRFX_LOG_INFO("[Sample %u] value == %d", in saadc_handler() 176 NRFX_LOG_INFO("SAADC event: FINISHED"); in saadc_handler() 201 … NRFX_LOG_INFO("Starting nrfx_saadc advanced non-blocking sampling with internal timer example."); in main() 227 NRFX_LOG_INFO("GPIOTE status: %s", in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/ |
| D | main.c | 89 NRFX_LOG_INFO("--> UARTE event: TX done"); in uarte_handler() 90 NRFX_LOG_INFO("Content of TX buffer: %s", m_tx_buffer); in uarte_handler() 91 NRFX_LOG_INFO("Content of RX buffer: %s", m_rx_buffer); in uarte_handler() 95 NRFX_LOG_INFO("UARTE event: %d", p_event->type); in uarte_handler() 117 NRFX_LOG_INFO("Starting nrfx_uarte non-blocking example."); in main() 126 NRFX_LOG_INFO("Content of TX buffer: %s", m_tx_buffer); in main() 127 NRFX_LOG_INFO("Content of RX buffer: %s", m_rx_buffer); in main()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ipc.c | 68 NRFX_LOG_INFO("Initialized."); in nrfx_ipc_init() 90 NRFX_LOG_INFO("Configuartion loaded."); in nrfx_ipc_config_load() 112 NRFX_LOG_INFO("Uninitialized."); in nrfx_ipc_uninit() 125 NRFX_LOG_INFO("Event %u enabled.", event_index); in nrfx_ipc_receive_event_enable() 133 NRFX_LOG_INFO("Event %u disabled.", event_index); in nrfx_ipc_receive_event_disable() 141 NRFX_LOG_INFO("Events masked with %x enabled.", event_bitmask); in nrfx_ipc_receive_event_group_enable() 149 NRFX_LOG_INFO("Events masked with %x disabled.", event_bitmask); in nrfx_ipc_receive_event_group_disable() 161 NRFX_LOG_INFO("Event %u assigned to IPC channel %u.", event_index, channel_index); in nrfx_ipc_receive_event_channel_assign() 173 NRFX_LOG_INFO("Signal %u assigned to IPC channel %u.", send_index, channel_index); in nrfx_ipc_send_task_channel_assign()
|
| D | nrfx_grtc.c | 321 NRFX_LOG_INFO("GRTC channel %u allocated.", *p_channel); in nrfx_grtc_channel_alloc() 349 NRFX_LOG_INFO("GRTC channel %u freed.", channel); in nrfx_grtc_channel_free() 408 NRFX_LOG_INFO("GRTC initialized."); in nrfx_grtc_init() 471 NRFX_LOG_INFO("GRTC RTCOUNTER compare disabled."); in nrfx_grtc_rtcounter_cc_disable() 483 NRFX_LOG_INFO("GRTC RTCOMPARESYNC interrupt enabled."); in nrfx_grtc_rtcomparesync_int_enable() 491 NRFX_LOG_INFO("GRTC RTCOMPARESYNC interrupt disabled."); in nrfx_grtc_rtcomparesync_int_disable() 529 NRFX_LOG_INFO("GRTC RTCOUNTER compare set to %llu.", val); in nrfx_grtc_rtcounter_cc_absolute_set() 556 NRFX_LOG_INFO("GRTC channel %u allocated.", m_cb.channel_data[0].channel); in nrfx_grtc_syscounter_start() 579 NRFX_LOG_INFO("GRTC SYSCOUNTER started."); in nrfx_grtc_syscounter_start() 601 NRFX_LOG_INFO("GRTC %s action.", GRTC_ACTION_TO_STR(action)); in nrfx_grtc_action_perform() [all …]
|
| D | nrfx_ppi.c | 181 NRFX_LOG_INFO("Assigned channel: %d, event end point: %x, task end point: %x.", in nrfx_ppi_channel_assign() 186 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_assign() 201 NRFX_LOG_INFO("Fork assigned channel: %d, task end point: %d.", channel, fork_tep); in nrfx_ppi_channel_fork_assign() 203 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_fork_assign() 234 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_enable() 257 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_disable() 291 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_group_enable() 308 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_group_disable() 335 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channels_remove_from_group() 362 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channels_include_in_group()
|
| D | nrfx_rtc.c | 104 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_init() 120 NRFX_LOG_INFO("Uninitialized."); in nrfx_rtc_uninit() 134 NRFX_LOG_INFO("Enabled."); in nrfx_rtc_enable() 143 NRFX_LOG_INFO("Disabled."); in nrfx_rtc_disable() 169 NRFX_LOG_INFO("RTC id: %d, channel disabled: %lu.", in nrfx_rtc_cc_disable() 173 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_cc_disable() 217 NRFX_LOG_INFO("RTC id: %d, channel enabled: %lu, compare value: %lu.", in nrfx_rtc_cc_set() 222 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_cc_set() 233 NRFX_LOG_INFO("Tick events enabled."); in nrfx_rtc_tick_enable() 242 NRFX_LOG_INFO("Tick events disabled."); in nrfx_rtc_tick_disable()
|
| D | nrfx_adc.c | 87 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_adc_init() 106 NRFX_LOG_INFO("Uninitialized."); in nrfx_adc_uninit() 134 NRFX_LOG_INFO("Enabled."); in nrfx_adc_channel_enable() 159 NRFX_LOG_INFO("Disabled."); in nrfx_adc_channel_disable() 214 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_adc_sample_convert() 264 NRFX_LOG_INFO("Number of samples requested to convert: %d.", size); in nrfx_adc_buffer_convert() 302 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_adc_buffer_convert()
|
| D | nrfx_timer.c | 160 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_timer_init() 198 NRFX_LOG_INFO("Uninitialized instance: %d.", p_instance->instance_id); in nrfx_timer_uninit() 214 NRFX_LOG_INFO("Enabled instance: %d.", p_instance->instance_id); in nrfx_timer_enable() 228 NRFX_LOG_INFO("Disabled instance: %d.", p_instance->instance_id); in nrfx_timer_disable() 243 NRFX_LOG_INFO("Resumed instance: %d.", p_instance->instance_id); in nrfx_timer_resume() 251 NRFX_LOG_INFO("Paused instance: %d.", p_instance->instance_id); in nrfx_timer_pause() 313 NRFX_LOG_INFO("Timer id: %d, capture value set: %lu, channel: %d.", in nrfx_timer_compare() 337 NRFX_LOG_INFO("Timer id: %d, capture value set: %lu, channel: %d.", in nrfx_timer_extended_compare()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/ |
| D | main.c | 107 NRFX_LOG_INFO("Starting nrfx_twim_twis blocking example."); in main() 126 NRFX_LOG_INFO("Message to send: %s", m_tx_buffer_master); in main() 127 NRFX_LOG_INFO("Content of slave RX buffer: %s", m_rx_buffer_slave); in main() 128 NRFX_LOG_INFO("Content of master RX buffer: %s", m_rx_buffer_master); in main() 150 NRFX_LOG_INFO("m_tx_buffer_master -> m_rx_buffer_slave -> m_rx_buffer_master"); in main() 151 NRFX_LOG_INFO("Content of slave RX buffer: %s", m_rx_buffer_slave); in main() 152 NRFX_LOG_INFO("Content of master RX buffer: %s", m_rx_buffer_master); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
| D | main.c | 157 NRFX_LOG_INFO("SAADC event: CALIBRATEDONE"); in saadc_handler() 164 NRFX_LOG_INFO("SAADC event: READY"); in saadc_handler() 170 NRFX_LOG_INFO("SAADC event: BUF_REQ"); in saadc_handler() 186 NRFX_LOG_INFO("SAADC event: DONE"); in saadc_handler() 187 NRFX_LOG_INFO("Sample buffer address == %p", p_event->data.done.p_buffer); in saadc_handler() 192 NRFX_LOG_INFO("[Sample %u] value == %d", in saadc_handler() 198 NRFX_LOG_INFO("FINISHED"); in saadc_handler() 239 NRFX_LOG_INFO("Starting nrfx_saadc maximum performance example."); in main() 318 NRFX_LOG_INFO("GPIOTE status: %s", in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/ |
| D | main.c | 84 NRFX_LOG_INFO("Timer finished. Context passed to the handler: >%s<", p_msg); in timer_handler() 85 NRFX_LOG_INFO("GPIOTE output pin (primary): %d is %s", OUTPUT_PIN_PRIMARY, in timer_handler() 87 NRFX_LOG_INFO("GPIOTE output pin (fork): %d is %s", OUTPUT_PIN_FORK, in timer_handler() 114 NRFX_LOG_INFO("Starting nrfx_gppi basic fork example."); in main() 120 NRFX_LOG_INFO("GPIOTE status: %s", in main() 183 NRFX_LOG_INFO("Time to wait: %lu ms", TIME_TO_WAIT_MS); in main() 214 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/ |
| D | main.c | 80 NRFX_LOG_INFO("Timer finished. Context passed to the handler: >%s<", p_msg); in timer_handler() 81 NRFX_LOG_INFO("GPIOTE output pin: %d is %s", OUTPUT_PIN, in timer_handler() 108 NRFX_LOG_INFO("Starting nrfx_gppi basic one-to-one example."); in main() 114 NRFX_LOG_INFO("GPIOTE status: %s", in main() 156 NRFX_LOG_INFO("Time to wait: %lu ms", TIME_TO_WAIT_MS); in main() 180 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/ |
| D | main.c | 140 NRFX_LOG_INFO("SAADC event: DONE"); in saadc_handler() 145 NRFX_LOG_INFO("[Sample %d] value == %d", in saadc_handler() 153 NRFX_LOG_INFO("SAADC event: CALIBRATEDONE"); in saadc_handler() 180 NRFX_LOG_INFO("Starting nrfx_saadc simple non-blocking example."); in main() 189 NRFX_LOG_INFO("GPIOTE status: %s", in main() 205 NRFX_LOG_INFO("Single channel SAADC test."); in main() 243 NRFX_LOG_INFO("Multiple channels SAADC test."); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/ |
| D | main.c | 164 NRFX_LOG_INFO("Loops: %u / %lu", m_curr_loop, NUM_OF_LOOPS); in pwm_handler() 169 NRFX_LOG_INFO("SEQ1 changed to sequence number 2 from the seq array"); in pwm_handler() 174 NRFX_LOG_INFO("SEQ1 changed to sequence number 1 from the seq array"); in pwm_handler() 179 NRFX_LOG_INFO("PWM finished"); in pwm_handler() 203 NRFX_LOG_INFO("Starting nrfx_pwm example for sequences loaded in grouped mode."); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/ |
| D | main.c | 168 NRFX_LOG_INFO("SPIM finished. >%s<", p_msg); in spim_handler() 173 NRFX_LOG_INFO("SPIM: Message transmitted: %s", m_tx_buffer_master); in spim_handler() 179 NRFX_LOG_INFO("SPIM: Message received: %s", m_rx_buffer_master); in spim_handler() 204 NRFX_LOG_INFO("SPIS finished."); in spis_handler() 208 NRFX_LOG_INFO("SPIS: Message transmitted: %s", m_tx_buffer_slave); in spis_handler() 215 NRFX_LOG_INFO("SPIS: Message received: %s", m_rx_buffer_slave); in spis_handler() 257 NRFX_LOG_INFO("Starting nrfx_spim_spis advanced non-blocking example."); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/ |
| D | main.c | 105 NRFX_LOG_INFO("Starting nrfx_saadc advanced blocking example."); in main() 114 NRFX_LOG_INFO("GPIOTE status: %s", in main() 143 NRFX_LOG_INFO("Calibration in the blocking manner finished successfully."); in main() 152 NRFX_LOG_INFO("Sampling %d / %ld", sampling_index + 1, SAMPLING_ITERATIONS); in main() 156 NRFX_LOG_INFO("[Sample %u] value == %d", in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/ |
| D | main.c | 116 NRFX_LOG_INFO("SPIM finished. Context passed to the handler: >%s<", p_msg); in spim_handler() 117 NRFX_LOG_INFO("SPIM rx buffer: %s", m_rx_buffer_master); in spim_handler() 132 NRFX_LOG_INFO("SPIS finished. Context passed to the handler: >%s<", p_msg); in spis_handler() 133 NRFX_LOG_INFO("SPIS rx buffer: %s", m_rx_buffer_slave); in spis_handler() 156 NRFX_LOG_INFO("Starting nrfx_spim_spis basic non-blocking example."); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/ |
| D | main.c | 73 NRFX_LOG_INFO("Timer finished. Context passed to the handler: >%s<", p_msg); in timer_handler() 94 NRFX_LOG_INFO("Starting nrfx_timer basic example:"); in main() 110 NRFX_LOG_INFO("Time to wait: %lu ms", TIME_TO_WAIT_MS); in main() 120 NRFX_LOG_INFO("Timer status: %s", nrfx_timer_is_enabled(&timer_inst) ? "enabled" : "disabled"); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/ |
| D | main.c | 92 NRFX_LOG_INFO("Loops: %u / %lu", curr_loop, NUM_OF_LOOPS); in pwm_handler() 96 NRFX_LOG_INFO("PWM finished"); in pwm_handler() 119 NRFX_LOG_INFO("Starting nrfx_pwm example for sequence loaded in common mode."); in main()
|