MCPcopy Create free account

hub / github.com/derekmolloy/exploringBB / functions

Functions1,258 in github.com/derekmolloy/exploringBB

↓ 1 callersFunctiononTrackbar
define a trackbar callback
chp14/openCV3/edge.cpp:14
↓ 1 callersMethodon_alertTempSlider_valueChanged
chp13/QtTemperature/mainwindow.cpp:66
↓ 1 callersMethodon_clearAlertButton_clicked
chp13/QtTemperature/mainwindow.cpp:61
↓ 1 callersMethodon_isFahrenheitRadio_toggled
chp13/QtTemperature/mainwindow.cpp:50
↓ 1 callersMethodon_setAlertButton_clicked
chp13/QtTemperature/mainwindow.cpp:35
↓ 1 callersMethodopen
* This method opens the file connection to the SPI device. * @return 0 on a successful open of the file */
library/bus/SPIDevice.cpp:67
↓ 1 callersMethodopen
* This method opens the file connection to the SPI device. * @return 0 on a successful open of the file */
chp08/spi/adc_example/bus/SPIDevice.cpp:67
↓ 1 callersMethodopen
* This method opens the file connection to the SPI device. * @return 0 on a successful open of the file */
chp09/max7219/bus/SPIDevice.cpp:67
↓ 1 callersMethodopen
* This method opens the file connection to the SPI device. * @return 0 on a successful open of the file */
chp10/gpioExpander/bus/SPIDevice.cpp:44
↓ 1 callersFunctionopen_device
chp14/v4l2/capture.c:547
↓ 1 callersMethodoutputState
chp05/makeLEDOOP/makeLEDs.cpp:76
↓ 1 callersMethodparseJSONData
chp13/QtSocketsTemperature/mainwindow.cpp:158
↓ 1 callersFunctionparse_opts
chp08/spi/spidev_test/spidev_test.c:88
↓ 1 callersMethodperiod_nsToFrequency
library/gpio/PWM.cpp:46
↓ 1 callersMethodperiod_nsToFrequency
chp06/API/gpio/PWM.cpp:46
↓ 1 callersMethodperiod_nsToFrequency
chp06/pwm/PWM.cpp:46
↓ 1 callersFunctionprint_hex
chp12/nfc/nfc_test.c:7
↓ 1 callersFunctionprint_usage
chp08/spi/spidev_test/spidev_test.c:72
↓ 1 callersFunctionprocessBBBCommand
Checks to see if the command is one that is understood by the server
chp09/serialserver/BBBSerialServer.c:26
↓ 1 callersFunctionprocessCommand
Checks to see if the command is one that is understood by the server
chp08/uart/server/server.c:31
↓ 1 callersFunctionpru_setup
pru_setup() -- initialize PRU and interrupt handler Initializes the PRU specified by PRU_NUM and sets up PRU_EVTOUT_0 handler. The argument is a poi
chp15/uio/backup/prussPRUpinsTest/signalTest.c:19
↓ 1 callersFunctionpru_setup
pru_setup() -- initialize PRU and interrupt handler Initializes the PRU specified by PRU_NUM and sets up PRU_EVTOUT_0 handler. The argument is a poi
chp15/uio/backup/prussSignalTest/signalTest.c:19
↓ 1 callersFunctionpru_setup
pru_setup() -- initialize PRU and interrupt handler Initializes the PRU specified by PRU_NUM and sets up PRU_EVTOUT_0 handler. The argument is a poi
chp15/uio/backup/prutest/flashLED.c:19
↓ 1 callersFunctionpru_setup
pru_setup() -- initialize PRU and interrupt handler Initializes the PRU specified by PRU_NUM and sets up PRU_EVTOUT_0 handler. The argument is a poi
chp15/uio/backup/prussFlashLED/flashLED.c:19
↓ 1 callersFunctionpru_setup
pru_setup() -- initialize PRU and interrupt handler Initializes the PRU specified by PRU_NUM and sets up PRU_EVTOUT_0 handler. The argument is a poi
chp15/uio/backup/prussBlinkLED/blinkLED.c:19
↓ 1 callersFunctionreadAnalog
chp06/ADC/readLDR.cpp:15
↓ 1 callersFunctionreadAnalog
chp09/IRdistance/IRdistance.cpp:16
↓ 1 callersFunctionreadAnalog
chp10/old/tmp36/tmp36raw.cpp:16
↓ 1 callersFunctionreadAnalog
chp10/old/tmp36/tmp36.cpp:16
↓ 1 callersFunctionreadAnalog
chp10/old/thingSpeak/thingSpeak.cpp:17
↓ 1 callersFunctionreadAnalog
chp10/old/xively/xivelySensor.c:16
↓ 1 callersFunctionreadAnalog
chp11/tmp36adc/tmp36raw.cpp:15
↓ 1 callersFunctionreadAnalog
chp11/adafruit/publish.cpp:25
↓ 1 callersFunctionreadAnalog
chp11/mqtt/publish.cpp:23
↓ 1 callersMethodreadAnalog
chp13/threadedTemperatureServer/network/ConnectionHandler.cpp:81
↓ 1 callersFunctionreadFileValue
chp15/uio/PRUClock/PRUClock.c:37
↓ 1 callersMethodreadRegister
chp08/spi/adc_example/bus/SPIDevice.cpp:103
↓ 1 callersMethodreadRegisters
* A method to read a number of registers as a data array * @param number the number of registers to read * @param fromAddress the starting address o
library/bus/SPIDevice.cpp:129
↓ 1 callersMethodreadRegisters
chp08/spi/adc_example/bus/SPIDevice.cpp:113
↓ 1 callersMethodreadRegisters
* A method to read a number of registers as a data array * @param number the number of registers to read * @param fromAddress the starting address o
chp09/tmp36/bus/SPIDevice.cpp:129
↓ 1 callersMethodreadRegisters
* A method to read a number of registers as a data array * @param number the number of registers to read * @param fromAddress the starting address o
chp09/max7219/bus/SPIDevice.cpp:129
↓ 1 callersMethodreadRegisters
* Method to read a number of registers from a single device. This is much more efficient than * reading the registers individually. The from address
chp10/gpioExpander/bus/I2CDevice.cpp:106
↓ 1 callersMethodreadRegisters
chp10/gpioExpander/bus/SPIDevice.cpp:94
↓ 1 callersMethodreadSensorState
* Read the sensor state. This method checks that the device is being correctly * read by using the device ID of the ADXL345 sensor. It will read in t
library/sensor/ADXL345.cpp:149
↓ 1 callersFunctionread_frame
chp14/v4l2/capture.c:81
↓ 1 callersMethodreceive
chp13/threadedTemperatureServer/network/SocketClient.cpp:77
↓ 1 callersMethodreceive
chp13/threadedTemperatureServer/network/ConnectionHandler.cpp:72
↓ 1 callersMethodreceive
chp13/threadedClientServer/network/SocketClient.cpp:77
↓ 1 callersMethodreceive
chp13/threadedClientServer/network/ConnectionHandler.cpp:67
↓ 1 callersMethodreceive
chp11/thingSpeak/network/SocketClient.cpp:52
↓ 1 callersMethodremoveTrigger
()
chp05/javaLED/LEDExample.java:28
↓ 1 callersFunctionretranslateUi
chp13/QtTemperature/ui_mainwindow.h:134
↓ 1 callersMethodreverseDirection
library/motor/StepperMotor.cpp:151
↓ 1 callersMethodreverseDirection
library/motor/DCMotor.cpp:87
↓ 1 callersMethodrotate
library/motor/StepperMotor.cpp:158
↓ 1 callersMethodrun
chp06/API/gpio/PWM.cpp:114
↓ 1 callersMethodsaturn
()
chp05/performance/nbody.java:125
↓ 1 callersMethodsend
chp13/threadedTemperatureServer/network/SocketClient.cpp:66
↓ 1 callersMethodsend
chp13/threadedClientServer/network/ConnectionHandler.cpp:56
↓ 1 callersMethodsetActiveLow
library/gpio/GPIO.cpp:154
↓ 1 callersMethodsetActiveLow
chp06/API/gpio/GPIO.cpp:155
↓ 1 callersMethodsetActiveLow
chp06/GPIO/GPIO.cpp:136
↓ 1 callersMethodsetActiveLow
chp06/GPIO/tests/GPIO.cpp:136
↓ 1 callersMethodsetActiveLow
chp06/pwm/GPIO.cpp:155
↓ 1 callersMethodsetAutoscroll
* * @param setAutoscroll */
library/display/LCDCharacterDisplay.cpp:304
↓ 1 callersMethodsetBitsPerWord
* Set the number of bits per word of the SPI bus * @param bits the number of bits per word */
library/bus/SPIDevice.cpp:234
↓ 1 callersMethodsetBitsPerWord
chp08/spi/adc_example/bus/SPIDevice.cpp:185
↓ 1 callersMethodsetBitsPerWord
* Set the number of bits per word of the SPI bus * @param bits the number of bits per word */
chp09/tmp36/bus/SPIDevice.cpp:234
↓ 1 callersMethodsetBitsPerWord
* Set the number of bits per word of the SPI bus * @param bits the number of bits per word */
chp09/max7219/bus/SPIDevice.cpp:234
↓ 1 callersMethodsetBitsPerWord
chp10/gpioExpander/bus/SPIDevice.cpp:166
↓ 1 callersMethodsetCursorPosition
* Sets the Cursor position on the display module. 0,0 is the top-left corner. Address * 0x00 is row 0, 0x40 is row 1. So, (1,5) would be the second r
library/display/LCDCharacterDisplay.cpp:215
↓ 1 callersMethodsetDebounceTime
default software debounce input (ms) - default 0
chp06/GPIO/GPIO.h:59
↓ 1 callersMethodsetDutyCycle
chp06/API/gpio/PWM.cpp:64
↓ 1 callersMethodsetDutyCyclePeriod
library/motor/DCMotor.cpp:104
↓ 1 callersMethodsetEdgeType
chp06/GPIO/GPIO.cpp:122
↓ 1 callersMethodsetFrequency
library/gpio/PWM.cpp:56
↓ 1 callersMethodsetFrequency
chp06/API/gpio/PWM.cpp:56
↓ 1 callersMethodsetFrequency
chp06/pwm/PWM.cpp:56
↓ 1 callersMethodsetGPIOPullUps
chp10/gpioExpander/gpioExpander.cpp:175
↓ 1 callersMethodsetInputPolarity
chp10/gpioExpander/gpioExpander.cpp:163
↓ 1 callersMethodsetInterruptControl
chp10/gpioExpander/gpioExpander.cpp:220
↓ 1 callersMethodsetInterruptOnChange
Sets the bits to trigger the interrupts (A and B output pins) when changed
chp10/gpioExpander/gpioExpander.cpp:188
↓ 1 callersMethodsetMode
* Set the mode of the SPI bus * @param mode the enumerated SPI mode */
library/bus/SPIDevice.cpp:217
↓ 1 callersMethodsetPeriod
chp06/API/gpio/PWM.cpp:38
↓ 1 callersMethodsetSpeed
* Set the speed of the SPI bus * @param speed the speed in Hz */
library/bus/SPIDevice.cpp:200
↓ 1 callersMethodsetup4bit
* Initializes and sets up the display as described in the display data sheets. * This setup routine sets up a 4-bit display (sets 4-bit mode), sets t
library/display/LCDCharacterDisplay.cpp:111
↓ 1 callersFunctionshift_mut_ref
Pop a mutable reference off the head of a slice, mutating the slice to no longer contain the mutable reference.
chp05/performance/nbody.rs:153
↓ 1 callersMethodsleep
library/motor/StepperMotor.cpp:166
↓ 1 callersFunctionsmcExitSafeStart
Sends the Exit Safe Start command, which is required to drive the motor. Returns 0 if successful, SERIAL_ERROR if there was an error sending.
chp09/simple/motor.c:51
↓ 1 callersFunctionsmcGetErrorStatus
Returns a number where each bit represents a different error, and the bit is 1 if the error is currently active. See the user's guide for definitions
chp09/simple/motor.c:45
↓ 1 callersFunctionsmcGetTargetSpeed
Returns the target speed (-3200 to 3200). Returns SERIAL_ERROR if there is an error.
chp09/simple/motor.c:36
↓ 1 callersFunctionsmcSetTargetSpeed
Sets the SMC's target speed (-3200 to 3200). Returns 0 if successful, SERIAL_ERROR if there was an error sending.
chp09/simple/motor.c:63
↓ 1 callersMethodstart
chp13/threadedTemperatureServer/network/ConnectionHandler.cpp:52
↓ 1 callersFunctionstart_capturing
chp14/v4l2/capture.c:232
↓ 1 callersMethodstep
library/motor/StepperMotor.cpp:114
↓ 1 callersMethodstop
library/motor/DCMotor.cpp:96
↓ 1 callersMethodstop
chp06/pwm/PWM.cpp:123
↓ 1 callersFunctionstop_capturing
chp14/v4l2/capture.c:214
↓ 1 callersMethodstreamClose
chp06/GPIO/GPIO.cpp:173
↓ 1 callersMethodstreamOpen
chp06/GPIO/GPIO.cpp:165
← previousnext →401–500 of 1,258, ranked by callers